提交 e445d466 编写于 作者: J Jean-Jacques Hiblot 提交者: Marek Vasut

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

There is simply no reason to do that here.
Signed-off-by: NJean-Jacques Hiblot <jjhiblot@ti.com>
上级 501547ce
......@@ -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[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册