Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Komuro and committed by
Jeff Garzik
36c86bd2 27c8bc2c

+1 -1
+1 -1
drivers/net/pcmcia/axnet_cs.c
··· 1268 1268 } 1269 1269 } 1270 1270 1271 - if (interrupts && ei_debug) 1271 + if (interrupts && ei_debug > 3) 1272 1272 { 1273 1273 handled = 1; 1274 1274 if (nr_serviced >= MAX_SERVICE)