usb: OHCI/EHCI-XLS: Use resource_size v3
authorThomas Meyer <thomas@m3y3r.de>
Sat, 12 Nov 2011 09:14:40 +0000 (10:14 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 18:21:56 +0000 (10:21 -0800)
Use resource_size function on resource object
instead of explicit computation.

The semantic patch that makes this change is available
in scripts/coccinelle/api/resource_size.cocci.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found