netxen: drop redudant spinlock
authorDhananjay Phadke <dhananjay@netxen.com>
Fri, 27 Jul 2007 17:42:11 +0000 (23:12 +0530)
committerJeff Garzik <jeff@garzik.org>
Mon, 30 Jul 2007 19:52:00 +0000 (15:52 -0400)
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 <jeff@garzik.org>
drivers/net/netxen/netxen_nic_main.c

Simple merge