rtlwifi: rtl8723ae: 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:
Fabian Frederick 2014-07-20 16:16:16 +02:00 committed by David S. Miller
parent 4a4730ceab
commit ae702c30e4
1 changed files with 0 additions and 1 deletions

View File

@ -1103,7 +1103,6 @@ static int _rtl8723ae_set_media_status(struct ieee80211_hw *hw,
"Network type %d not supported!\n", "Network type %d not supported!\n",
type); type);
return 1; return 1;
break;
} }