Joe Perches 8e2943c04c spi: Convert uses of struct resource * to resource_size(ptr)
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: Grant Likely <grant.likely@secretlab.ca>
2011-06-10 23:43:41 -06:00
..
2011-05-26 17:12:32 -07:00
2011-06-08 15:10:44 -06:00
2011-05-26 19:45:46 +02:00
2011-05-27 20:06:53 -07:00
2011-05-24 12:45:59 +02:00
2011-05-30 11:14:15 +09:30