From: Ido Yariv Date: Wed, 11 Jan 2012 07:42:39 +0000 (+0200) Subject: wl12xx: Acquire lock before stopping plt X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3df1331f25f782e838a3ecb72cec86b539ac02f;p=pandora-kernel.git wl12xx: Acquire lock before stopping plt __wl1271_plt_stop is called from both wl1271_plt_stop and wl1271_unregister_hw. While wl1271_plt_stop acquires a mutex, wl1271_unregister_hw does not. Fix this by calling wl1271_plt_stop instead of __wl1271_plt_stop from wl1271_unregister_hw. Signed-off-by: Ido Yariv Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed