]> git.baikalelectronics.ru Git - kernel.git/commit
declance: Remove a dangling spin_unlock_irq() thingy
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 21 May 2007 13:33:21 +0000 (14:33 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 21 May 2007 23:41:19 +0000 (19:41 -0400)
commitec8afaabfbfbd73c63eb427064a60ecfef27ebab
treee9de0cebc5fcfaca838b26d378d8845e0c6101a6
parent02de343569e94eee7ecfcb80ef262d0f1514d433
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>
drivers/net/declance.c