* [Qemu-devel] [PATCH] uhci: remove useless DEBUG
@ 2014-10-27 10:20 arei.gonglei
2014-10-27 11:50 ` Gerd Hoffmann
0 siblings, 1 reply; 2+ messages in thread
From: arei.gonglei @ 2014-10-27 10:20 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Gonglei, weidong.huang, kraxel
From: Gonglei <arei.gonglei@huawei.com>
commit 50dcc0f8 (uhci: tracing support) had removed
DPRINTF, the DEBUG marco is useless now, remove it.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
hw/usb/hcd-uhci.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c
index 5b88f30..4a4215d 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
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-27 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 10:20 [Qemu-devel] [PATCH] uhci: remove useless DEBUG arei.gonglei
2014-10-27 11:50 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).