From: Oliver Neukum <oneu...@suse.de>

With dynamic debugging the selection is done in user space

Signed-off-by: Oliver Neukum <oneu...@suse.de>
---
 drivers/usb/host/ohci-hub.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/usb/host/ohci-hub.c b/drivers/usb/host/ohci-hub.c
index 61705a7..c81c872 100644
--- a/drivers/usb/host/ohci-hub.c
+++ b/drivers/usb/host/ohci-hub.c
@@ -725,10 +725,8 @@ static int ohci_hub_control (
                temp = roothub_portstatus (ohci, wIndex);
                put_unaligned_le32(temp, buf);
 
-#ifndef        OHCI_VERBOSE_DEBUG
-       if (*(u16*)(buf+2))     /* only if wPortChange is interesting */
-#endif
-               dbg_port (ohci, "GetStatus", wIndex, temp);
+               if (*(u16*)(buf+2))     /* only if wPortChange is interesting */
+                       dbg_port(ohci, "GetStatus", wIndex, temp);
                break;
        case SetHubFeature:
                switch (wValue) {
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to