mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
net/phy_notify.c: Call to arch_phy_irq() missing new interrupt argument parameter.
This commit is contained in:
@@ -401,7 +401,7 @@ int phy_notify_unsubscribe(FAR const char *intf, pid_t pid)
|
||||
/* Detach and disable the PHY interrupt */
|
||||
|
||||
phy_semtake();
|
||||
(void)arch_phy_irq(intf, NULL, NULL);
|
||||
(void)arch_phy_irq(intf, NULL, NULL, NULL);
|
||||
|
||||
/* Un-initialize the client entry */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user