mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
iwlegacy: remove unreachable code
return; at the end of the function is unecessary. Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
aa4e0141c1
commit
e5a042ea30
1 changed files with 0 additions and 1 deletions
|
@ -316,7 +316,6 @@ static void iwl_legacy_init_band_reference(const struct iwl_priv *priv,
|
|||
break;
|
||||
default:
|
||||
BUG();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue