mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
dm: core: a trivial clean up
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d11e8fd86e
commit
cbf86d7198
1 changed files with 1 additions and 3 deletions
|
@ -73,10 +73,8 @@ int dm_scan_platdata(bool pre_reloc_only)
|
|||
dm_warn("Some drivers were not found\n");
|
||||
ret = 0;
|
||||
}
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_OF_CONTROL
|
||||
|
|
Loading…
Add table
Reference in a new issue