diff options
| author | Gonglei | 2014-10-27 11:20:17 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2014-10-28 11:38:18 +0100 |
| commit | a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c (patch) | |
| tree | c7681b0e77648bf5e75f02be77423a2251517bc4 | |
| parent | xhci: add property to turn on/off streams support (diff) | |
| download | qemu-a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c.tar.gz qemu-a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c.tar.xz qemu-a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c.zip | |
uhci: remove useless DEBUG
commit 50dcc0f8 (uhci: tracing support) had removed
DPRINTF, the DEBUG marco is useless now, remove it.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
| -rw-r--r-- | hw/usb/hcd-uhci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c index 5b88f3070f..4a4215d332 100644 --- a/hw/usb/hcd-uhci.c +++ b/hw/usb/hcd-uhci.c @@ -35,9 +35,6 @@ #include "trace.h" #include "qemu/main-loop.h" -//#define DEBUG -//#define DEBUG_DUMP_DATA - #define FRAME_TIMER_FREQ 1000 #define FRAME_MAX_LOOPS 256 |
