Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <iskaranth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Supriya Karanth and committed by
Greg Kroah-Hartman
2a7089db d064f3b0

-1
-1
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
··· 2115 2115 break; 2116 2116 default: 2117 2117 return -1; 2118 - break; 2119 2118 } 2120 2119 2121 2120 //dev_kfree_skb_any(skb);