Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36c86bd2 authored by Komuro's avatar Komuro Committed by Jeff Garzik
Browse files

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: default avatarKomuro <komurojun-mbn@nifty.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 27c8bc2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)