commit | 10f47168721c0143f23e94eac2fc797aa643de39 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Sep 02 16:34:36 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:21:27 2010 -0700 |
tree | ebbc8516772785bdb030fa28e1974470ba0d490f | |
parent | f7dd64916bb6cfae8c96eaa3c754c30b5046586f [diff] |
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>