Re: [Qemu-devel] [PATCH] xhci: fix debug print compiling error

2014-08-25 Thread Gerd Hoffmann
On Do, 2014-08-21 at 20:48 +0800, arei.gong...@huawei.com wrote: > after commit 003e15a180373048f0c1f4df0bfe303746eb2676 > the DPRINTF will broke compiling, adjust its location. Added to usb queue. thanks, Gerd

[Qemu-devel] [PATCH] xhci: fix debug print compiling error

2014-08-21 Thread arei.gonglei
From: Gonglei after commit 003e15a180373048f0c1f4df0bfe303746eb2676 the DPRINTF will broke compiling, adjust its location. Signed-off-by: Gonglei --- hw/usb/hcd-xhci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 58c4b11.