Skip to content

Commit

Permalink
atl1e: remove unnecessary break after return
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabian Frederick authored and David S. Miller committed Jul 21, 2014
1 parent 56a7a06 commit a9690a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/atheros/atl1e/atl1e_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex)
break;
default:
return AT_ERR_PHY_SPEED;
break;
}

if (phy_data & MII_AT001_PSSR_DPLX)
Expand Down

0 comments on commit a9690a8

Please sign in to comment.