1
0
Fork 0

axnet_cs: change debugging level for "Too much work at interrupt" message.

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>
wifi-calibration
Komuro 2008-03-01 10:52:03 +09:00 committed by Jeff Garzik
parent 27c8bc2cc1
commit 36c86bd271
1 changed files with 1 additions and 1 deletions

View File

@ -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)