mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 02:01:18 -04:00
net: spacemit: display phy driver information
Print the PHY driver used and interrupt status after connection. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260201100001.33102-1-amadeus@jmu.edu.cn Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
a22f57757f
commit
fd102acfd3
@@ -1634,6 +1634,8 @@ static int emac_phy_connect(struct net_device *ndev)
|
||||
|
||||
emac_update_delay_line(priv);
|
||||
|
||||
phy_attached_info(phydev);
|
||||
|
||||
err_node_put:
|
||||
of_node_put(np);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user