net: ll_temac: Fix incorrect PHY node reference in debug message
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Thu, 10 Jul 2025 18:37:34 +0000 (11:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Jul 2025 00:02:35 +0000 (17:02 -0700)
commita393644d7d161430207b9de167b798d05c7d684a
tree42963149bb71a05ec9ebbad342a6fcd68234b939
parentf0600fe94986f70f433f4a1a0664658a079b2feb
net: ll_temac: Fix incorrect PHY node reference in debug message

In temac_probe(), the debug message intended to print the resolved
PHY node was mistakenly using the controller node temac_np
instead of the actual PHY node lp->phy_node. This patch corrects
the log to reference the correct device tree node.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Link: https://patch.msgid.link/20250710183737.2385156-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/xilinx/ll_temac_main.c