mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
test: Drop duplicate restore of DM state
This code is present twice. Fix it so that it is only executed once. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f229a8ee7e
commit
3f23ce2b6c
1 changed files with 0 additions and 4 deletions
|
@ -635,9 +635,5 @@ int ut_run_list(const char *category, const char *prefix,
|
|||
else
|
||||
printf("Failures: %d\n", uts.fail_count);
|
||||
|
||||
/* Best efforts only...ignore errors */
|
||||
if (has_dm_tests)
|
||||
dm_test_restore(uts.of_root);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue