]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0fc48e1f5d11fb7d1ec35397e32d0348fce91de6
tree204857c12196f97710447d1b15ef0712a56212a7
parentf9195b71207720bd0e829d58c2aaa42565386416
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