| Submitter | Gerd Hoffmann |
|---|---|
| Date | Nov. 1, 2012, 3:54 p.m. |
| Message ID | <1351785284-15384-13-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/196296/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 59580fc..d3168c9 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -36,7 +36,9 @@ #include "dma.h" #include "sysemu.h" +#ifndef EHCI_DEBUG #define EHCI_DEBUG 0 +#endif #if EHCI_DEBUG #define DPRINTF printf