From 9a3e3cfad91ebdb9ff08da23c10b6c5efd8c0009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 13 Nov 2016 20:59:13 +0000 Subject: [PATCH] modify to use standard debug output --- pci/ohci-hcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pci/ohci-hcd.c b/pci/ohci-hcd.c index 1c1719f..54b89f0 100644 --- a/pci/ohci-hcd.c +++ b/pci/ohci-hcd.c @@ -48,6 +48,8 @@ #include "bas_string.h" /* for memset() */ #include "pci.h" #include "interrupts.h" + +// #define DEBUG #include "debug.h" #undef OHCI_USE_NPS /* force NoPowerSwitching mode */