diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-01 11:54:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-01 11:54:16 -0400 |
commit | 613949b79a52fecc9958d44c561d327373efc6e2 (patch) | |
tree | 01e108ff34220565064ca457c7ea5bf83e0b3384 /test/dm/tpm.c | |
parent | 90c81f407dd4a7747385b10f9b8f732202c45cde (diff) | |
parent | 399f739be6b272d7565e91b15bf589bd1dbef92f (diff) |
Merge branch '2023-09-30-assorted-build-related-changes' into next
- Assorted build cleanups / changes
Diffstat (limited to 'test/dm/tpm.c')
-rw-r--r-- | test/dm/tpm.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/dm/tpm.c b/test/dm/tpm.c index 3defb3c3da..cde933ab28 100644 --- a/test/dm/tpm.c +++ b/test/dm/tpm.c @@ -98,10 +98,11 @@ static int test_tpm_autostart(struct unit_test_state *uts, if (reinit) ut_assertok(tpm_init(dev)); - /* - * tpm_auto_start will rerun tpm_init() if reinit, but handles the - * -EBUSY return code internally. - */ + + /* + * tpm_auto_start will rerun tpm_init() if reinit, but handles the + * -EBUSY return code internally. + */ ut_assertok(tpm_auto_start(dev)); return 0; |