From: Maciej W. Rozycki Date: Mon, 21 May 2007 13:33:21 +0000 (+0100) Subject: declance: Remove a dangling spin_unlock_irq() thingy X-Git-Tag: v2.6.22-rc3~106^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e9a4eaea5c22cfb557e58a8cd0ca3bde5160a5;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed