mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
board: sunxi: change trace level for phy errors managed by uclass
As the error message is now displayed by generic phy functions, the pr_err can be change to pr_idebug. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
2041ae5a5a
commit
f286e37c14
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ int g_dnl_board_usb_cable_connected(void)
|
|||
|
||||
ret = generic_phy_init(&phy);
|
||||
if (ret) {
|
||||
pr_err("failed to init %s USB PHY\n", dev->name);
|
||||
pr_debug("failed to init %s USB PHY\n", dev->name);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue