Files
linux/drivers/mfd
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-23 10:41:43 +01:00
2011-05-24 22:19:37 +02:00
2011-03-31 11:26:23 -03:00
2011-03-27 00:09:51 +01:00
2011-03-23 10:42:03 +01:00
2011-03-27 00:09:51 +01:00
2011-03-27 00:09:51 +01:00
2010-12-24 16:00:17 +01:00
2011-05-26 19:44:56 +02:00
2011-03-31 11:26:23 -03:00
2011-05-26 19:45:28 +02:00
2011-05-26 19:45:28 +02:00
2011-03-27 00:09:51 +01:00
2010-08-12 11:28:00 +02:00
2011-03-27 00:09:51 +01:00
2011-03-27 00:09:51 +01:00
2011-05-26 19:45:40 +02:00
2010-08-12 11:27:59 +02:00
2011-03-31 11:26:23 -03:00
2011-03-23 10:41:59 +01:00
2011-05-26 19:45:20 +02:00
2009-09-17 09:46:59 +02:00
2011-03-27 00:09:51 +01:00
2011-03-27 00:09:51 +01:00