projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d829fde
)
xhci: fix runtime write tracepoint
author
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 30 Aug 2012 10:42:32 +0000
(12:42 +0200)
committer
Gerd 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
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-xhci.c
b/hw/usb/hcd-xhci.c
index 9521126069f55e99444c8419f270813a604c93a8..1920edae7af5344a96dac64c1f3f8451ec21cf06 100644
(file)
--- a/
hw/usb/hcd-xhci.c
+++ b/
hw/usb/hcd-xhci.c
@@
-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 */