| Submitter | Gerd Hoffmann |
|---|---|
| Date | Oct. 30, 2012, 2:26 p.m. |
| Message ID | <1351607214-4007-13-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/195523/ |
| 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