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>
This commit is contained in:
@ -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;
|
handled = 1;
|
||||||
if (nr_serviced >= MAX_SERVICE)
|
if (nr_serviced >= MAX_SERVICE)
|
||||||
|
Reference in New Issue
Block a user