mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
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>
This commit is contained in:
parent
8f3fd9df26
commit
cb0badad02
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user