mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue