From 2c6a3f72688acbc640b3be8083dac0e90354f0cf Mon Sep 17 00:00:00 2001 From: Dhananjay Phadke Date: Fri, 27 Jul 2007 23:12:11 +0530 Subject: [PATCH] netxen: drop redudant spinlock Some leftover code that makes use of adapter->lock in tx_timeout function, which resets the interface under this lock. In close() when the workqueue is flushed, prints the warning about sleeping with interrupts disabled (when spinlock debug is enabled). The lock was required with private netxen IOCTLs, which were removed a while ago. Signed-off-by: Jeff Garzik --- Reading git-format-patch failed