igb: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ec31a05c4d
commit
a4a0762492
@@ -837,7 +837,6 @@ static s32 igb_get_phy_id_82575(struct e1000_hw *hw)
|
|||||||
default:
|
default:
|
||||||
ret_val = -E1000_ERR_PHY;
|
ret_val = -E1000_ERR_PHY;
|
||||||
goto out;
|
goto out;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
ret_val = igb_get_phy_id(hw);
|
ret_val = igb_get_phy_id(hw);
|
||||||
goto out;
|
goto out;
|
||||||
|
Reference in New Issue
Block a user