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

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

igb: remove unnecessary break after goto

parent ec31a05c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -837,7 +837,6 @@ static s32 igb_get_phy_id_82575(struct e1000_hw *hw)
		default:
			ret_val = -E1000_ERR_PHY;
			goto out;
			break;
		}
		ret_val = igb_get_phy_id(hw);
		goto out;