From: Gulsah Kose Date: Thu, 30 Oct 2014 00:28:03 +0000 (+0200) Subject: staging: rtl8188eu: os_dep: Removed unnecessary return. X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~579 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04947c5be5ca3824586f94352293549b899b2d89;p=pandora-kernel.git staging: rtl8188eu: os_dep: Removed unnecessary return. This patch fixes WARNING: void function return statements are not generally useful checkpatch.pl warning in usb_intf.c by using this coccinelle script @r@ identifier i; @@ void i(...) { ... -return; } Signed-off-by: Gulsah Kose Reviewed-by: Daniel Baluta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed