diff mbox

uhci: remove useless DEBUG

Message ID 1414405218-468-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Commit Message

Gonglei (Arei) Oct. 27, 2014, 10:20 a.m. UTC
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(-)

Comments

Gerd Hoffmann Oct. 27, 2014, 11:50 a.m. UTC | #1
On Mo, 2014-10-27 at 18:20 +0800, arei.gonglei@huawei.com wrote:
> commit 50dcc0f8 (uhci: tracing support) had removed
> DPRINTF, the DEBUG marco is useless now, remove it.

Added to usb patch queue.

thanks,
  Gerd
diff mbox

Patch

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