mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
rtlwifi: rtl8192ce: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4625b640b6
commit
384f0fcdcb
1 changed files with 0 additions and 1 deletions
|
@ -1200,7 +1200,6 @@ static int _rtl92ce_set_media_status(struct ieee80211_hw *hw,
|
|||
RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
|
||||
"Network type %d not supported!\n", type);
|
||||
return 1;
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue