]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
net: mdio: Demote probed message to debug print
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 3 Jan 2022 19:40:24 +0000 (11:40 -0800)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 7 Mar 2022 15:36:26 +0000 (16:36 +0100)
commit4ced1b3678347950802e20bc1a2d2ecdfbcd07cc
treed0d5028583cc6e850625fd721a23f8cd98fcfdcd
parent1eaf235c1f084b688b7dad9c258e355aacbd3367
net: mdio: Demote probed message to debug print

BugLink: https://bugs.launchpad.net/bugs/1960566
[ Upstream commit 7590fc6f80ac2cbf23e6b42b668bbeded070850b ]

On systems with large numbers of MDIO bus/muxes the message indicating
that a given MDIO bus has been successfully probed is repeated for as
many buses we have, which can eat up substantial boot time for no
reason, demote to a debug print.

Reported-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220103194024.2620-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/net/phy/mdio_bus.c