]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/hcd-xhci.c
xhci: fix debug print compiling error
authorGonglei <arei.gonglei@huawei.com>
Thu, 21 Aug 2014 12:48:58 +0000 (20:48 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 29 Aug 2014 10:51:43 +0000 (12:51 +0200)
commit8c244210d842b71e838c8fc5219b6ab3e4063d71
treee6ee8929651437100a135a0b4d7e91d069bea962
parent830cd54fca126f5dab9b34b48a61304f2401e982
xhci: fix debug print compiling error

after commit 003e15a180373048f0c1f4df0bfe303746eb2676
the DPRINTF will broke compiling, adjust its location.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c