]> git.baikalelectronics.ru Git - kernel.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)
commit8f1e2581ac5d8ddf01f868dd18317115aa2df4f2
tree34ca2ad400d7be64d9657e552bdf66079046f45e
parent31793fb5eb61ec9203a0c8161c312af6fb8a0c7b
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