]> git.baikalelectronics.ru Git - kernel.git/commit
USB: langwell: Remove unnecessary return's from void functions
authorJoe Perches <joe@perches.com>
Thu, 2 Sep 2010 14:34:36 +0000 (16:34 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:27 +0000 (10:21 -0700)
commit33a5599724e7675a17d64a496293c8f8120f6896
treeebbc8516772785bdb030fa28e1974470ba0d490f
parentf43f81fcd218dbcc454087092b7b3f497a9289ce
USB: langwell: Remove unnecessary return's from void functions

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

Standardize them a bit.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/langwell_udc.c