提交 8e9f18b6 编写于 作者: G Gerd Hoffmann

xhci: fix runtime write tracepoint

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 d829fde9
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册