]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input - arizona-haptics: Fix double lock of dapm_mutex
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 18 Feb 2014 15:22:12 +0000 (15:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 06:06:28 +0000 (22:06 -0800)
commite2fa98092c16e795aa7dd9124e5ce6dfb795d49f
tree33d6656b0b148ac973733bec7271829e3bfbccfd
parent10daa7c723b6ad1d26fb8f0323f19c5b7c37ae46
Input - arizona-haptics: Fix double lock of dapm_mutex

commit c4204960e9d0ba99459dbf1db918f99a45e7a62a upstream.

snd_soc_dapm_sync takes the dapm_mutex internally, but we currently take
it externally as well. This patch fixes this.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/misc/arizona-haptics.c