Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-27 13:02:02 +10:00
2011-03-30 10:44:00 +11:00
2011-05-19 17:32:29 +10:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-20 16:23:19 -07:00
2010-10-05 17:27:54 -07:00
2011-03-31 11:26:23 -03:00
2011-05-25 08:39:13 -07:00
2010-12-09 15:35:32 +11:00
2011-03-31 11:26:23 -03:00
2011-04-27 14:18:44 +10:00
2010-09-22 09:33:50 -07:00
2011-05-26 13:38:58 +10:00
2010-07-19 10:56:54 +02:00
2011-03-31 11:26:23 -03:00
2010-03-12 15:52:32 -08:00