Re: [U-Boot] [PATCH v1 1/3] usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback

2019-07-06 Thread Simon Glass
On Fri, 5 Jul 2019 at 01:34, Jean-Jacques Hiblot wrote: > > There is simply no reason to do that here. > > Signed-off-by: Jean-Jacques Hiblot > --- > > drivers/usb/dwc3/dwc3-generic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH v1 1/3] usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback

2019-07-05 Thread Jean-Jacques Hiblot
There is simply no reason to do that here. Signed-off-by: Jean-Jacques Hiblot --- drivers/usb/dwc3/dwc3-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index 3e6c494dc6..70431facb3 100644 ---