atl1e: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
56a7a06ab8
commit
a9690a8c74
|
@ -618,7 +618,6 @@ int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return AT_ERR_PHY_SPEED;
|
return AT_ERR_PHY_SPEED;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phy_data & MII_AT001_PSSR_DPLX)
|
if (phy_data & MII_AT001_PSSR_DPLX)
|
||||||
|
|
Loading…
Reference in New Issue