board: sunxi: change trace level for phy errors managed by uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:41 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
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>
board/sunxi/board.c

index 71e2b75..a5cf0b6 100644 (file)
@@ -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;
        }