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
..
2010-09-30 09:43:32 +09:00
2010-01-12 15:22:26 +09:00
2010-04-26 19:08:55 +09:00
2010-06-02 16:31:42 +09:00
2010-11-01 09:49:04 -04:00
2010-11-01 09:49:04 -04:00
2010-10-07 14:08:55 +01:00
2011-03-31 11:26:23 -03:00
2010-06-14 17:06:10 +09:00
2010-04-26 19:08:55 +09:00
2010-11-01 09:49:04 -04:00
2009-09-01 17:38:32 +09:00
2010-12-16 11:36:43 +01:00
2010-06-14 15:16:53 +09:00
2009-03-18 18:57:43 +09:00
2011-03-31 11:26:23 -03:00
2010-01-12 18:42:52 +09:00
2010-02-15 14:49:37 +09:00
2009-03-10 12:55:40 +09:00