Re: [PATCH 14/16] usb: musb-new: mt85xx: Fix not calling dev_err with a device

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:55PM -0400, Sean Anderson wrote: > This driver doesn't use DM (in the correct places), so we use a device and > not a udevice. We also need to include device_compat.h > > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! -- Tom signature.asc Descri

[PATCH 14/16] usb: musb-new: mt85xx: Fix not calling dev_err with a device

2020-10-04 Thread Sean Anderson
This driver doesn't use DM (in the correct places), so we use a device and not a udevice. We also need to include device_compat.h Signed-off-by: Sean Anderson --- drivers/usb/musb-new/mt85xx.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/usb/musb-new/mt85xx