From: Greg Dietsche Date: Fri, 3 Jun 2011 02:06:06 +0000 (-0500) Subject: iwlegacy: remove unreachable code X-Git-Tag: next-20110726~36^2~368 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5a042ea30c1772df9ed3dbe1538520e091ad25f;p=karo-tx-linux.git iwlegacy: remove unreachable code return; at the end of the function is unecessary. Signed-off-by: Greg Dietsche Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/iwlegacy/iwl-eeprom.c b/drivers/net/wireless/iwlegacy/iwl-eeprom.c index cb346d1a9ffa..5bf3f49b74ab 100644 --- a/drivers/net/wireless/iwlegacy/iwl-eeprom.c +++ b/drivers/net/wireless/iwlegacy/iwl-eeprom.c @@ -316,7 +316,6 @@ static void iwl_legacy_init_band_reference(const struct iwl_priv *priv, break; default: BUG(); - return; } }