From: Joe Perches Date: Thu, 2 Sep 2010 14:34:36 +0000 (+0200) Subject: USB: langwell: Remove unnecessary return's from void functions X-Git-Tag: v2.6.37-rc1~154^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f47168721c0143f23e94eac2fc797aa643de39;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina Cc: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed