]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerJakub Kicinski <kuba@kernel.org>
Tue, 4 Jan 2022 03:05:39 +0000 (19:05 -0800)
commit7590fc6f80ac2cbf23e6b42b668bbeded070850b
tree91e5de3127be6d2aacbdb19dd54d22062b665617
parent3d694552fd8fe502e7ffd22ffa0e085bfd73b19a
net: mdio: Demote probed message to debug print

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>
drivers/net/phy/mdio_bus.c