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
@ -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 New Issue
Block a user