mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
kernel: b53: add switch name into printk when it fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38307
This commit is contained in:
parent
2c5e4aa6ad
commit
53a2c19c69
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ static int b53_phy_config_init(struct phy_device *phydev)
|
|||
|
||||
ret = b53_switch_register(dev);
|
||||
if (ret) {
|
||||
pr_info("failed to register switch: %i\n", ret);
|
||||
dev_err(dev->dev, "failed to register switch: %i\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue