• Dhananjay Phadke's avatar
    netxen: drop redudant spinlock · 2c6a3f72
    Dhananjay Phadke authored
    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: default avatarJeff Garzik <jeff@garzik.org>
    2c6a3f72
netxen_nic_main.c 38 KB