xhci: fix runtime write tracepoint
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 30 Aug 2012 10:42:32 +0000 (12:42 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:01 +0000 (07:43 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c

index 9521126069f55e99444c8419f270813a604c93a8..1920edae7af5344a96dac64c1f3f8451ec21cf06 100644 (file)
@@ -2518,7 +2518,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 */