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

Commit 2a79febd authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

igb: remove unnecessary break after return

parent 4145ce0f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -579,7 +579,6 @@ static s32 igb_get_invariants_82575(struct e1000_hw *hw)
		break;
	default:
		return -E1000_ERR_MAC_INIT;
		break;
	}

	/* Set media type */