]> Pileus Git - ~andy/linux/commitdiff
ehci: Remove debugging at every interrupt
authorOliver Neukum <oneukum@suse.de>
Mon, 18 Nov 2013 12:23:02 +0000 (13:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Dec 2013 18:25:22 +0000 (10:25 -0800)
This is overkill. Just removeit.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c

index e8ba4c44223a5c360ec552cbbb4137ca2b4ca3b2..b57e997eb71640e9070969ac7a22ce4476f9496a 100644 (file)
@@ -714,13 +714,6 @@ static irqreturn_t ehci_irq (struct usb_hcd *hcd)
        cmd = ehci_readl(ehci, &ehci->regs->command);
        bh = 0;
 
-#ifdef VERBOSE_DEBUG
-       /* unrequested/ignored: Frame List Rollover */
-       dbg_status (ehci, "irq", status);
-#endif
-
-       /* INT, ERR, and IAA interrupt rates can be throttled */
-
        /* normal [4.15.1.2] or error [4.15.1.1] completion */
        if (likely ((status & (STS_INT|STS_ERR)) != 0)) {
                if (likely ((status & STS_ERR) == 0))