From: Oliver Neukum <oneukum@xxxxxxx> No need for conditional compilation here. Signed-off-by: Oliver Neukum <oneukum@xxxxxxx> --- drivers/usb/host/uhci-hcd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index e3b1a4c..8631862 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c @@ -827,10 +827,7 @@ static int uhci_count_ports(struct usb_hcd *hcd) if (!(portstatus & 0x0080) || portstatus == 0xffff) break; } -#if defined(DEBUG) || defined(DYNAMIC_DEBUG) - if (debug) - dev_info(uhci_dev(uhci), "detected %d ports\n", port); -#endif + dev_dbg(uhci_dev(uhci), "detected %d ports\n", port); /* Anything greater than 7 is weird so we'll ignore it. */ if (port > UHCI_RH_MAXCHILD) { -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html