diff options
author | Simon Glass | 2018-10-01 12:22:45 -0600 |
---|---|---|
committer | Simon Glass | 2018-10-09 04:40:27 -0600 |
commit | eb517315a67320e770cf4a100a922e8ae18fa54e (patch) | |
tree | 9719fdb41ca23453b55aeee7f01ee04b8b28e67e /test/dm/sysreset.c | |
parent | 595aac98246bb26d128389e25b147ae9643afb26 (diff) |
sysreset: Tidy up a few comments and logging
Some comments are incorrect or missing pieces. Fix these and use logging
to print the error.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/sysreset.c')
-rw-r--r-- | test/dm/sysreset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dm/sysreset.c b/test/dm/sysreset.c index 04d4621d9e1..218cc239cc6 100644 --- a/test/dm/sysreset.c +++ b/test/dm/sysreset.c @@ -62,7 +62,6 @@ static int dm_test_sysreset_get_status(struct unit_test_state *uts) return 0; } - DM_TEST(dm_test_sysreset_get_status, DM_TESTF_SCAN_PDATA | DM_TESTF_SCAN_FDT); /* Test that we can walk through the sysreset devices */ |