linux/drivers/usb/host/whci
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
..
asl.c
debug.c USB: whci: declare functions as static 2010-05-20 13:21:41 -07:00
hcd.c USB: whci-hcd: fix compiler warning 2010-12-10 14:18:35 -08:00
hw.c
init.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
int.c
Kbuild usb: makefile cleanup 2010-10-22 10:22:07 -07:00
pzl.c
qset.c Fix common misspellings 2011-03-31 11:26:23 -03:00
whcd.h
whci-hc.h
wusb.c