usb: host: ehci-hcd: change trace level for phy errors managed by uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:43 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
commit890fc370a9c922fbf529b2dc2ee48da3da4704ff
treed61902572461a08fd799f019c1bea2f8c633fdfe
parent3b417a7d8298a79b147fec92b76fb90f74e7c732
usb: host: ehci-hcd: 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_debug.

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