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

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

atl1e: remove unnecessary break after return

parent 56a7a06a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)