Files
linux/drivers/dma
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-25 22:09:00 +01:00
2011-04-06 11:51:12 +05:30
2011-05-18 23:24:50 +02:00
2011-03-11 17:52:36 -08:00
2011-03-31 11:26:23 -03:00
2011-05-09 17:12:23 +05:30
2011-03-31 11:26:23 -03:00
2009-09-08 17:53:03 -07:00
2011-01-30 22:27:21 -08:00
2011-01-30 22:27:21 -08:00