mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
arch/xtensa/esp32_emac.c: Call phy_enable_interrupt correctly.
This commit is contained in:
parent
eb133ad527
commit
45d01ae2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue