commit | f1e9a4eaea5c22cfb557e58a8cd0ca3bde5160a5 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Mon May 21 14:33:21 2007 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Mon May 21 19:41:19 2007 -0400 |
tree | e9de0cebc5fcfaca838b26d378d8845e0c6101a6 | |
parent | 3e1657c8ef53e1cd541cc1e420f3230dc075949b [diff] |
declance: Remove a dangling spin_unlock_irq() thingy The spin_unlock_irq() invocation in lance_start_xmit() has no matching locking request. The call is already protected by netif_tx_lock, so remove the statement. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>