ramips: do not print error log when mdio bus is disabled
authorShiji Yang <yangshiji66@qq.com>
Thu, 22 Jun 2023 18:05:21 +0000 (02:05 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Jun 2023 16:48:29 +0000 (18:48 +0200)
commit285f0668f4058a935389985eb80353c8a5adbc7d
tree91ae25af0f6c54ac529849e54a094b5ceb18e1e5
parent4e74777fa8111a2bdf63164a4920a42917faec28
ramips: do not print error log when mdio bus is disabled

The mdio bus is used to control externel switch. In most cases, they are
disabled, which is the normal behavior. Treating this as an error makes
no sense, so we need to change the notification level from error to info.

Fixes: a2acdf960704 ("ramips: mt7620: remove useless GMAC nodes")
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio.c