[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 5/5] uhci: remove useless DEBUG
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 5/5] uhci: remove useless DEBUG |
Date: |
Tue, 28 Oct 2014 11:50:22 +0100 |
From: Gonglei <address@hidden>
commit 50dcc0f8 (uhci: tracing support) had removed
DPRINTF, the DEBUG marco is useless now, remove it.
Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
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.8.3.1
- [Qemu-devel] [PULL 0/5] usb patch queue., Gerd Hoffmann, 2014/10/28
- [Qemu-devel] [PULL 3/5] libcacard: don't free sign buffer while sign op is pending, Gerd Hoffmann, 2014/10/28
- [Qemu-devel] [PULL 1/5] libcacard: introduce new vcard_emul_logout, Gerd Hoffmann, 2014/10/28
- [Qemu-devel] [PULL 4/5] xhci: add property to turn on/off streams support, Gerd Hoffmann, 2014/10/28
- [Qemu-devel] [PULL 2/5] libcacard: Lock NSS cert db when selecting an applet on an emulated card, Gerd Hoffmann, 2014/10/28
- [Qemu-devel] [PULL 5/5] uhci: remove useless DEBUG,
Gerd Hoffmann <=
- Re: [Qemu-devel] [PULL 0/5] usb patch queue., Peter Maydell, 2014/10/31