]> git.proxmox.com Git - qemu.git/commitdiff
xhci: fix runtime write tracepoint
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 30 Aug 2012 10:42:32 +0000 (12:42 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 8e9f18b6db1cd67f0a7efd7d0285bee489445197)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/hcd-xhci.c

index 446d692ea6a6b5c4d6c2e065060fd850eb7c0d43..24b1f877f1bf726dbaed547764623120d57e9eb1 100644 (file)
@@ -2348,7 +2348,7 @@ static uint32_t xhci_runtime_read(XHCIState *xhci, uint32_t reg)
 
 static void xhci_runtime_write(XHCIState *xhci, uint32_t reg, uint32_t val)
 {
-    trace_usb_xhci_runtime_read(reg, val);
+    trace_usb_xhci_runtime_write(reg, val);
 
     switch (reg) {
     case 0x20: /* IMAN */