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

Commit 7c10ee32 authored by Nithin Sujir's avatar Nithin Sujir Committed by David S. Miller
Browse files

tg3: Fix misplaced empty line

parent 4a5f46f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1311,8 +1311,8 @@ static int tg3_phy_toggle_auxctl_smdsp(struct tg3 *tp, bool enable)


	if (err)
	if (err)
		return err;
		return err;
	if (enable)


	if (enable)
		val |= MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
		val |= MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
	else
	else
		val &= ~MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
		val &= ~MII_TG3_AUXCTL_ACTL_SMDSP_ENA;