mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
arch/xtensa/esp32_emac.c: Call phy_enable_interrupt correctly.
This commit is contained in:
committed by
saramonteiro
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;
|
||||
|
||||
Reference in New Issue
Block a user