mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
mac80211: 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
4d3520cb52
commit
be45dff290
@ -157,7 +157,6 @@ static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
|
||||
default:
|
||||
kfree_skb(skb);
|
||||
return -ENOTSUPP;
|
||||
break;
|
||||
}
|
||||
*pos++ = ie_len;
|
||||
*pos++ = flags;
|
||||
|
Loading…
Reference in New Issue
Block a user