We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f3ccf commit 22d1aa8Copy full SHA for 22d1aa8
1 file changed
drivers/net/ethernet/broadcom/genet/bcmmii.c
@@ -312,8 +312,6 @@ int bcmgenet_mii_probe(struct net_device *dev)
312
/* Communicate the integrated PHY revision */
313
if (priv->internal_phy)
314
phy_flags = priv->gphy_rev;
315
- else
316
- phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE;
317
318
/* This is an ugly quirk but we have not been correctly interpreting
319
* the phy_interface values and we have done that across different
0 commit comments