1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-01 19:05:51 +01: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:
Masahiro Yamada
2014-11-17 17:19:38 +09:00
committed by Simon Glass
parent d11e8fd86e
commit cbf86d7198

View File

@@ -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