Skip to content

Commit

Permalink
axnet_cs: change debugging level for "Too much work at interrupt" mes…
Browse files Browse the repository at this point in the history
…sage.

This message is frequently displayed even if normal file-transfer.

Signed-off-by: Komuro <komurojun-mbn@nifty.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Komuro authored and Jeff Garzik committed Mar 5, 2008
1 parent 27c8bc2 commit 36c86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/pcmcia/axnet_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ static irqreturn_t ax_interrupt(int irq, void *dev_id)
}
}

if (interrupts && ei_debug)
if (interrupts && ei_debug > 3)
{
handled = 1;
if (nr_serviced >= MAX_SERVICE)
Expand Down

0 comments on commit 36c86bd

Please sign in to comment.