aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-10-24 09:36:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-10-25 14:35:39 +0200
commit79a8af3509151dd1b650c996defdda13e02a7e38 (patch)
tree12714cec4ff3b4e4710a18c5960f1a331ff8798e /hw/usb/hcd-xhci.c
parent6fe30910abd7e0f4af69f8e522ccfe6b5125abbb (diff)
downloadqemu-79a8af3509151dd1b650c996defdda13e02a7e38.zip
qemu-79a8af3509151dd1b650c996defdda13e02a7e38.tar.gz
qemu-79a8af3509151dd1b650c996defdda13e02a7e38.tar.bz2
xhci: fix function name in error message
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/hcd-xhci.c')
-rw-r--r--hw/usb/hcd-xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index caa5f3e..8345fa3 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -2676,7 +2676,7 @@ static void xhci_runtime_write(void *ptr, hwaddr reg,
trace_usb_xhci_runtime_write(reg, val);
if (reg < 0x20) {
- fprintf(stderr, "xhci_oper_write: reg 0x%x unimplemented\n", (int)reg);
+ fprintf(stderr, "%s: reg 0x%x unimplemented\n", __func__, (int)reg);
return;
}