drivers/usb: Remove unnecessary return's from void functions
authorJoe Perches <joe@perches.com>
Wed, 4 Aug 2010 17:40:08 +0000 (10:40 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 10 Aug 2010 12:25:42 +0000 (14:25 +0200)
Greg prefers this to go through the trivial tree.
http://lkml.org/lkml/2010/6/24/1

There are about 2500 void functions in drivers/usb
Only a few used return; at end of function.

Standardize them a bit.

Moved a statement down a line in drivers/usb/host/u132-hcd.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found