The patch titled declance: remove a dangling spin_unlock_irq() thingy has been removed from the -mm tree. Its filename was declance-remove-a-dangling-spin_unlock_irq-thingy.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: declance: remove a dangling spin_unlock_irq() thingy From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/declance.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/net/declance.c~declance-remove-a-dangling-spin_unlock_irq-thingy drivers/net/declance.c --- a/drivers/net/declance.c~declance-remove-a-dangling-spin_unlock_irq-thingy +++ a/drivers/net/declance.c @@ -932,8 +932,6 @@ static int lance_start_xmit(struct sk_bu /* Kick the lance: transmit now */ writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD); - spin_unlock_irq(&lp->lock); - dev->trans_start = jiffies; dev_kfree_skb(skb); _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html