diff options
Diffstat (limited to 'tpm.c')
-rw-r--r-- | tpm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -207,8 +207,7 @@ void tpm_cleanup(void) */ int tpm_init(void) { - if (qemu_opts_foreach(qemu_find_opts("tpmdev"), - tpm_init_tpmdev, NULL, 1) != 0) { + if (qemu_opts_foreach(qemu_find_opts("tpmdev"), tpm_init_tpmdev, NULL)) { return -1; } |