From: Supriya Karanth Date: Fri, 13 Mar 2015 07:58:41 +0000 (+0900) Subject: staging: rtl8192e: remove break after return X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26049b11cb4dbe92243c9db5fd35ce7711d9b6bc;p=pandora-kernel.git staging: rtl8192e: 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