usb: host: ohci: change trace level for phy errors managed by uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:42 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
commit3b417a7d8298a79b147fec92b76fb90f74e7c732
tree204857c12196f97710447d1b15ef0712a56212a7
parentf286e37c14ca47bf3303f47b19771b7242724a3b
usb: host: ohci: change trace level for phy errors managed by uclass

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

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/usb/host/ohci-generic.c