linux/sound/aoa/soundbus
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
..
i2sbus treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
Kconfig sound: Convert to menuconfig 2008-05-27 15:56:20 +02:00
Makefile [ALSA] snd-aoa: add snd-aoa 2006-06-22 21:34:38 +02:00
core.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
soundbus.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
sysfs.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00