mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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:
parent
4a4730ceab
commit
ae702c30e4
|
|
@ -1103,7 +1103,6 @@ static int _rtl8723ae_set_media_status(struct ieee80211_hw *hw,
|
|||
"Network type %d not supported!\n",
|
||||
type);
|
||||
return 1;
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user