All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] tpm_tis: fix format for 64bit variable
@ 2015-03-31 13:27 ` Stefan Berger
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Berger @ 2015-03-31 13:27 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, Stefan Berger

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
---
 hw/tpm/tpm_tis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c
index 815c8ea..52e0148 100644
--- a/hw/tpm/tpm_tis.c
+++ b/hw/tpm/tpm_tis.c
@@ -814,7 +814,7 @@ static void tpm_tis_mmio_write_intern(void *opaque, hwaddr addr,
             tis->loc[locty].state == TPM_TIS_STATE_COMPLETION) {
             /* drop the byte */
         } else {
-            DPRINTF("tpm_tis: Data to send to TPM: %08x (size=%d)\n",
+            DPRINTF("tpm_tis: Data to send to TPM: %08lx (size=%d)\n",
                     val, size);
             if (tis->loc[locty].state == TPM_TIS_STATE_READY) {
                 tis->loc[locty].state = TPM_TIS_STATE_RECEPTION;
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-31 15:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 13:27 [Qemu-trivial] [PATCH] tpm_tis: fix format for 64bit variable Stefan Berger
2015-03-31 13:27 ` [Qemu-devel] " Stefan Berger
2015-03-31 14:09 ` [Qemu-trivial] " Eric Blake
2015-03-31 14:09   ` Eric Blake
2015-03-31 14:15   ` [Qemu-trivial] " Eric Blake
2015-03-31 14:15     ` Eric Blake
2015-03-31 15:35     ` [Qemu-trivial] " Stefan Berger
2015-03-31 15:35       ` Stefan Berger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.