diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-06-16 21:24:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-17 15:48:04 +0100 |
commit | b38314179c9ccb789e6fe967cff171fa817e8978 (patch) | |
tree | 10cfd970a63575f4557f67d990fb44568306184d /drivers/net/xen-netback/interface.c | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ASoC: wm8994: Prevent double lock of accdet_lock mutex on wm1811
wm1811_micd_stop takes the accdet_lock mutex, and is called from two
places, one of which is already holding the accdet_lock. This obviously
causes a lock up.
This patch fixes this issue by removing the lock from wm1811_micd_stop
and ensuring that it is always locked externally.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions