Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5a042ea authored by Greg Dietsche's avatar Greg Dietsche Committed by John W. Linville
Browse files

iwlegacy: remove unreachable code



return; at the end of the function is unecessary.

Signed-off-by: default avatarGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent aa4e0141
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -316,7 +316,6 @@ static void iwl_legacy_init_band_reference(const struct iwl_priv *priv,
		break;
	default:
		BUG();
		return;
	}
}