mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 01:23:29 +08:00
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:
parent
501547cec1
commit
e445d46651
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user