Skip to content

Commit

Permalink
iwlegacy: remove unreachable code
Browse files Browse the repository at this point in the history
return; at the end of the function is unecessary.

Signed-off-by: Greg Dietsche <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
farmergreg authored and linvjw committed Jun 3, 2011
1 parent aa4e014 commit e5a042e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/iwl-eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ static void iwl_legacy_init_band_reference(const struct iwl_priv *priv,
break;
default:
BUG();
return;
}
}

Expand Down

0 comments on commit e5a042e

Please sign in to comment.