Files
linux-stable-mirror/drivers/net
Joe PerchesandJiri Kosina 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-05-27 20:06:53 -07:00
2011-05-31 19:28:32 -07:00
2011-05-31 19:28:32 -07:00
2011-05-31 19:28:32 -07:00
2011-05-07 03:08:38 -07:00
2011-05-07 22:31:35 -07:00
2011-05-31 19:28:32 -07:00
2011-05-31 19:28:32 -07:00
2011-05-19 09:55:43 +01:00
2011-05-31 19:28:32 -07:00
2011-04-26 10:22:59 +02:00
2011-05-31 19:28:32 -07:00
2011-06-03 00:01:30 -07:00
2011-05-30 11:14:16 +09:30