]> Git Repo - qemu.git/commitdiff
tpm_tis: convert uint32_t to size_t
authorStefan Berger <[email protected]>
Fri, 10 Nov 2017 01:32:06 +0000 (20:32 -0500)
committerStefan Berger <[email protected]>
Fri, 22 Dec 2017 14:01:09 +0000 (09:01 -0500)
Signed-off-by: Stefan Berger <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
hw/tpm/tpm_tis.c

index b8e811b0862ac9bbb185a0b505de804f46b65981..ac5f51f108e29c3628828e6ecf0c8be82a6343f2 100644 (file)
@@ -974,7 +974,7 @@ static const MemoryRegionOps tpm_tis_memory_ops = {
     },
 };
 
-static int tpm_tis_do_startup_tpm(TPMState *s, uint32_t buffersize)
+static int tpm_tis_do_startup_tpm(TPMState *s, size_t buffersize)
 {
     return tpm_backend_startup_tpm(s->be_driver, buffersize);
 }
This page took 0.02866 seconds and 4 git commands to generate.