projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa6bfc
)
uhci: remove useless DEBUG
author
Gonglei
<arei.gonglei@huawei.com>
Mon, 27 Oct 2014 10:20:17 +0000
(18:20 +0800)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 28 Oct 2014 10:38:18 +0000
(11:38 +0100)
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>
hw/usb/hcd-uhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-uhci.c
b/hw/usb/hcd-uhci.c
index 5b88f3070f4230a956dc1622ebd11157f2716afe..4a4215d332d8c7261a2b6a4cc550be5b59ea04cc 100644
(file)
--- 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