tg3: Fix misplaced empty line
Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4a5f46f2fe
commit
7c10ee32f3
|
@ -1311,8 +1311,8 @@ static int tg3_phy_toggle_auxctl_smdsp(struct tg3 *tp, bool enable)
|
|||
|
||||
if (err)
|
||||
return err;
|
||||
if (enable)
|
||||
|
||||
if (enable)
|
||||
val |= MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
|
||||
else
|
||||
val &= ~MII_TG3_AUXCTL_ACTL_SMDSP_ENA;
|
||||
|
|
Loading…
Reference in New Issue