]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: Added IRQ print to phylink_bringup_phy()
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 12 Jan 2020 17:35:38 +0000 (09:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2020 18:56:58 +0000 (10:56 -0800)
commite27f178793de16ca1b421f2c3f4bc3497b2ce723
tree34ca2ad400d7be64d9657e552bdf66079046f45e
parent76ccf5288c62e998a434dd33fa58e1e8e2673660
net: phy: Added IRQ print to phylink_bringup_phy()

The information about the PHY attached to the PHYLINK instance is useful
but is missing the IRQ prints that phy_attached_info() adds.
phy_attached_info() is a bit long and it would not be possible to use
phylink_info() anyway.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c
drivers/net/phy/phylink.c
include/linux/phy.h