usb: musb-new: sunxi: change trace level for phy errors managed by uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:45 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
commitc1e1dbb8f3e8e278c61d7bfc3a41973c7e87377c
tree3399290314e40538c33ceea50d9415654a0ea1f4
parentfc8ead1a0af42be784f75917231752c6c74cf15f
usb: musb-new: sunxi: change trace level for phy errors managed by uclass

As the error message is now displayed by generic phy functions,
the dev_err/pr_err can be change to dev_dbg/pr_debug.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/usb/musb-new/sunxi.c