From: Ron Mercer Date: Mon, 5 Oct 2009 11:46:49 +0000 (+0000) Subject: qlge: Fix lock/mutex warnings. X-Git-Tag: v2.6.32-rc4~35^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86aaf9ad8276160312c09771c0f8e64646996e4c;p=pandora-kernel.git qlge: Fix lock/mutex warnings. 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed