From: Nicolas Pitre Date: Thu, 17 Nov 2005 19:02:48 +0000 (-0500) Subject: [PATCH] smc91x: fix one source of spurious interrupts X-Git-Tag: v2.6.15-rc2~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d0571d915f3e281f151df9a18a6a0be5a57c4b0;p=pandora-kernel.git [PATCH] smc91x: fix one source of spurious interrupts Not only SMC_ACK_INT(IM_TX_EMPTY_INT) in in smc_hardware_send_pkt) appears to be unnecessary (tested with an SMC91C94 and SMC91C111), but it seems to trigger spurious interrupts on some machines as well. Removed. While at it, let's log any remaining spurious interrupts if any (and clean usage of the max IRQ loop count value). Signed-off-by: Nicolas Pitre Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed