commit | 5d0571d915f3e281f151df9a18a6a0be5a57c4b0 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu Nov 17 14:02:48 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Nov 18 13:10:30 2005 -0500 |
tree | 731e8546c3a663208b8d8ad429dd86a9b49a2a1c | |
parent | fc71fe40d2bedcc57d3406bf2050481f8b3441b6 [diff] |
[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 <nico@cam.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>