Skip to content

Commit f8af185

Browse files
DragonBluephauke
authored andcommitted
kernel: rtl836x: change missing mdio node log level to info
mdio node is optional for the rtl836x switch. Some devices use GPIO to control the switch chip. Missing mdio is a normal behavior. Signed-off-by: Shiji Yang <[email protected]> Link: openwrt/openwrt#21143 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 52924bf commit f8af185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/generic/files/drivers/net/phy/rtl8366_smi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ static int rtl8366_smi_probe_of(struct platform_device *pdev, struct rtl8366_smi
14891489

14901490
mdio_node = of_parse_phandle(np, "mii-bus", 0);
14911491
if (!mdio_node) {
1492-
dev_err(&pdev->dev, "cannot find mdio node phandle");
1492+
dev_info(&pdev->dev, "cannot find mdio node phandle");
14931493
goto try_gpio;
14941494
}
14951495

0 commit comments

Comments
 (0)