]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: simplify phy_mac_interrupt and related functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 9 Nov 2018 17:56:52 +0000 (18:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2018 17:41:32 +0000 (09:41 -0800)
commitd73a2156bdad6bdf7e0c42051c5ebbea11f6271e
tree121da4647228d397cdc8036d992282b056de3c6c
parent8deeb6309cc447b9b35939558f18e2164dd110df
net: phy: simplify phy_mac_interrupt and related functions

When using phy_mac_interrupt() the irq number is set to
PHY_IGNORE_INTERRUPT, therefore phy_interrupt_is_valid() returns false.
As a result phy_change() effectively just calls phy_trigger_machine()
when called from phy_mac_interrupt() via phy_change_work(). So we can
call phy_trigger_machine() from phy_mac_interrupt() directly and
remove some now unneeded code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c
drivers/net/phy/phy_device.c
include/linux/phy.h