net/phy_notify.c: Call to arch_phy_irq() missing new interrupt argument parameter.

This commit is contained in:
Gregory Nutt 2017-03-03 16:08:21 -06:00
parent a23230298d
commit a8363528dc

View File

@ -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 */