xhci: fix runtime write tracepoint

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2012-08-30 12:42:32 +02:00
parent d829fde97d
commit 8e9f18b6db
1 changed files with 1 additions and 1 deletions

View 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 */