qlge: Fix lock/mutex warnings.
authorRon Mercer <ron.mercer@qlogic.com>
Mon, 5 Oct 2009 11:46:49 +0000 (11:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 00:33:37 +0000 (17:33 -0700)
Get rid of spinlock and private mutex usage for exclusive access to the
HW semaphore register.  rtnl_lock already creates exclusive access to
this register in all driver API.
Add rtnl to firmware worker threads that also use the HW semaphore register.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found