From: Gerd Hoffmann Date: Thu, 30 Aug 2012 10:42:32 +0000 (+0200) Subject: xhci: fix runtime write tracepoint X-Git-Tag: v1.2.1~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ba9d48381cb06e5a7e169ed8898c115094daf0;p=thirdparty%2Fqemu.git xhci: fix runtime write tracepoint Signed-off-by: Gerd Hoffmann (cherry picked from commit 8e9f18b6db1cd67f0a7efd7d0285bee489445197) Signed-off-by: Michael Roth --- diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 446d692ea6a..24b1f877f1b 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -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 */