arch/xtensa/esp32_emac.c: Call phy_enable_interrupt correctly.
This commit is contained in:
parent
eb133ad527
commit
45d01ae2a8
|
@ -2113,7 +2113,7 @@ static int emac_ioctl(struct net_driver_s *dev, int cmd, unsigned long arg)
|
|||
{
|
||||
/* Enable PHY link up/down interrupts */
|
||||
|
||||
ret = phy_enable_interrupt(priv);
|
||||
ret = phy_enable_interrupt();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue