From: Supriya Karanth Date: Fri, 13 Mar 2015 07:58:42 +0000 (+0900) Subject: staging: rtl8192u: remove break after return X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7089dbd1e8a9bec3d39efcb11c2eda6d5a95c0;p=pandora-kernel.git staging: rtl8192u: remove break after return Remove "break" statement after a "return" statement as it does not get executed. Found by checkpatch.pl - break is not useful after a goto or return Signed-off-by: Supriya Karanth Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed