5544c1b
From 6dacb38ce3cb2ffe8c6e3a3a1bc86eee49d1e07c Mon Sep 17 00:00:00 2001
c8dfc65
From: Gerd Hoffmann <kraxel@redhat.com>
c8dfc65
Date: Thu, 30 Aug 2012 12:42:32 +0200
5544c1b
Subject: [PATCH] xhci: fix runtime write tracepoint
c8dfc65
c8dfc65
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
5544c1b
(cherry picked from commit 8e9f18b6db1cd67f0a7efd7d0285bee489445197)
5544c1b
5544c1b
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
c8dfc65
---
c8dfc65
 hw/usb/hcd-xhci.c | 2 +-
c8dfc65
 1 file changed, 1 insertion(+), 1 deletion(-)
c8dfc65
c8dfc65
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
5544c1b
index 446d692..24b1f87 100644
c8dfc65
--- a/hw/usb/hcd-xhci.c
c8dfc65
+++ b/hw/usb/hcd-xhci.c
5544c1b
@@ -2348,7 +2348,7 @@ static uint32_t xhci_runtime_read(XHCIState *xhci, uint32_t reg)
c8dfc65
 
c8dfc65
 static void xhci_runtime_write(XHCIState *xhci, uint32_t reg, uint32_t val)
c8dfc65
 {
c8dfc65
-    trace_usb_xhci_runtime_read(reg, val);
c8dfc65
+    trace_usb_xhci_runtime_write(reg, val);
c8dfc65
 
c8dfc65
     switch (reg) {
c8dfc65
     case 0x20: /* IMAN */