net/phy_notify.c: Call to arch_phy_irq() missing new interrupt argument parameter.
This commit is contained in:
parent
a23230298d
commit
a8363528dc
@ -401,7 +401,7 @@ int phy_notify_unsubscribe(FAR const char *intf, pid_t pid)
|
|||||||
/* Detach and disable the PHY interrupt */
|
/* Detach and disable the PHY interrupt */
|
||||||
|
|
||||||
phy_semtake();
|
phy_semtake();
|
||||||
(void)arch_phy_irq(intf, NULL, NULL);
|
(void)arch_phy_irq(intf, NULL, NULL, NULL);
|
||||||
|
|
||||||
/* Un-initialize the client entry */
|
/* Un-initialize the client entry */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user