usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback

There is simply no reason to do that here.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
Jean-Jacques Hiblot 2019-07-05 09:33:56 +02:00 committed by Marek Vasut
parent 501547cec1
commit e445d46651
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ static int dwc3_glue_remove(struct udevice *dev)
clk_release_bulk(&glue->clks);
return dm_scan_fdt_dev(dev);
return 0;
}
static const struct udevice_id dwc3_glue_ids[] = {