mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
[PATCH] chelsio: remove unused mutex
This mutex is unused in current (non TOE) code. Signed-off-by: Stephen Hemminger<shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
1270266cf9
commit
415294ecbb
@ -212,7 +212,6 @@ struct adapter {
|
||||
struct work_struct stats_update_task;
|
||||
struct timer_list stats_update_timer;
|
||||
|
||||
struct semaphore mib_mutex;
|
||||
spinlock_t tpi_lock;
|
||||
spinlock_t work_lock;
|
||||
/* guards async operations */
|
||||
|
@ -1040,7 +1040,6 @@ static int __devinit init_one(struct pci_dev *pdev,
|
||||
adapter->msg_enable = dflt_msg_enable;
|
||||
adapter->mmio_len = mmio_len;
|
||||
|
||||
init_MUTEX(&adapter->mib_mutex);
|
||||
spin_lock_init(&adapter->tpi_lock);
|
||||
spin_lock_init(&adapter->work_lock);
|
||||
spin_lock_init(&adapter->async_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user