]> git.itanic.dy.fi Git - linux-stable/commit
net: xscale: Drop unused PHY number
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 28 Oct 2023 20:48:35 +0000 (22:48 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 2 Nov 2023 05:15:15 +0000 (22:15 -0700)
commitd280783c3ad9ae31c01c1b3bdd2e8353a223599b
tree5ed9f18d254832d1157441aac41872b0bf626210
parent2b7ac0c87d985c92e519995853c52b9649ea4b07
net: xscale: Drop unused PHY number

For some cargoculted reason on incomplete cleanup, we have a
PHY number which refers to nothing and gives confusing messages
about PHY 0 on all ports.

Print the name of the actual PHY device instead.

Reported-by: Howard Harte <hharte@magicandroidapps.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231028-ixp4xx-eth-id-v1-1-57be486d7f0f@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/xscale/ixp4xx_eth.c