]> git.baikalelectronics.ru Git - uboot.git/commit
usb: dwc3: ti: Fix not calling dev_err with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:45:17 +0000 (10:45 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:58 +0000 (08:53 -0400)
commitd8f2a6d42ec5fe6a63c14f8f31a72d7b90c42d8f
tree5bd2dc02ab3beaeb218641802c719bd6152adb26
parent6b33b4585be898569364fd88f72da695e84bc2cd
usb: dwc3: ti: Fix not calling dev_err with a device

This driver does not use DM, so use log_xxx instead.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/usb/dwc3/ti_usb_phy.c