Re: [PATCH] declance: Remove a dangling spin_unlock_irq() thingy

2007-05-21 Thread Jeff Garzik
Maciej W. Rozycki wrote: 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 <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the

[PATCH] declance: Remove a dangling spin_unlock_irq() thingy

2007-05-21 Thread Maciej W. Rozycki
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 <[EMAIL PROTECTED]> --- Please apply. Maciej patch-mips-2.6.18-20060920-declance-lock-0 diff -u