summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Neukum <oneukum@suse.de>2013-11-18 12:23:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-03 18:31:21 (GMT)
commitcb0badad021f546dc5599cd2ec7da203c294586d (patch)
tree7134b2ecf9e81683929445951b1bcbb36a05c3e3
parent8f3fd9df2630a162f524b7633397cca95eeea28a (diff)
downloadlinux-cb0badad021f546dc5599cd2ec7da203c294586d.tar.xz
fusb200h: don't log on every interrupt
That logging is overkill. Simply remove it. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/host/fusbh200-hcd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c
index 17374a3..bbe1e22 100644
--- a/drivers/usb/host/fusbh200-hcd.c
+++ b/drivers/usb/host/fusbh200-hcd.c
@@ -5326,13 +5326,6 @@ static irqreturn_t fusbh200_irq (struct usb_hcd *hcd)
cmd = fusbh200_readl(fusbh200, &fusbh200->regs->command);
bh = 0;
-#ifdef VERBOSE_DEBUG
- /* unrequested/ignored: Frame List Rollover */
- dbg_status (fusbh200, "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))