arch/xtensa/esp32_emac.c: Call phy_enable_interrupt correctly.

This commit is contained in:
Abdelatif Guettouche 2021-05-28 20:35:00 +01:00 committed by saramonteiro
parent eb133ad527
commit 45d01ae2a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;