mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
ath6kl: 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
24707aa299
commit
d3274a056d
@ -1187,7 +1187,6 @@ static int ath6kl_upload_board_file(struct ath6kl *ar)
|
||||
default:
|
||||
WARN_ON(1);
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
if (board_ext_address &&
|
||||
|
Loading…
Reference in New Issue
Block a user