+++ /dev/null
-From 8a6cf30bf93df2c0f2637156e4a5070594bddebf Mon Sep 17 00:00:00 2001
-From: Manuel Lauss <manuel.lauss@gmail.com>
-Date: Mon, 19 Jan 2015 08:23:43 +0100
-Subject: ASoC: wm8731: init mutex in i2c init path
-
-From: Manuel Lauss <manuel.lauss@gmail.com>
-
-commit 8a6cf30bf93df2c0f2637156e4a5070594bddebf upstream.
-
-The I2C init path forgot to init the mutex, leading to an oops when
-controls are accessed.
-
-Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
-Signed-off-by: Mark Brown <broonie@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/soc/codecs/wm8731.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/sound/soc/codecs/wm8731.c
-+++ b/sound/soc/codecs/wm8731.c
-@@ -690,6 +690,8 @@ static int wm8731_i2c_probe(struct i2c_c
- if (wm8731 == NULL)
- return -ENOMEM;
-
-+ mutex_init(&wm8731->lock);
-+
- wm8731->regmap = devm_regmap_init_i2c(i2c, &wm8731_regmap);
- if (IS_ERR(wm8731->regmap)) {
- ret = PTR_ERR(wm8731->regmap);
arm64-fix-up-proc-cpuinfo.patch
ext4-prevent-bugon-on-race-between-write-fcntl.patch
lib-checksum.c-fix-build-for-generic-csum_tcpudp_nofold.patch
-asoc-wm8731-init-mutex-in-i2c-init-path.patch
asoc-atmel_ssc_dai-fix-start-event-for-i2s-mode.patch
asoc-sgtl5000-add-delay-before-first-i2c-access.patch
alsa-ak411x-fix-stall-in-work-callback.patch
+++ /dev/null
-From 8a6cf30bf93df2c0f2637156e4a5070594bddebf Mon Sep 17 00:00:00 2001
-From: Manuel Lauss <manuel.lauss@gmail.com>
-Date: Mon, 19 Jan 2015 08:23:43 +0100
-Subject: ASoC: wm8731: init mutex in i2c init path
-
-From: Manuel Lauss <manuel.lauss@gmail.com>
-
-commit 8a6cf30bf93df2c0f2637156e4a5070594bddebf upstream.
-
-The I2C init path forgot to init the mutex, leading to an oops when
-controls are accessed.
-
-Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
-Signed-off-by: Mark Brown <broonie@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/soc/codecs/wm8731.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/sound/soc/codecs/wm8731.c
-+++ b/sound/soc/codecs/wm8731.c
-@@ -744,6 +744,8 @@ static int wm8731_i2c_probe(struct i2c_c
- if (wm8731 == NULL)
- return -ENOMEM;
-
-+ mutex_init(&wm8731->lock);
-+
- wm8731->regmap = devm_regmap_init_i2c(i2c, &wm8731_regmap);
- if (IS_ERR(wm8731->regmap)) {
- ret = PTR_ERR(wm8731->regmap);
arm64-fix-up-proc-cpuinfo.patch
ext4-prevent-bugon-on-race-between-write-fcntl.patch
lib-checksum.c-fix-build-for-generic-csum_tcpudp_nofold.patch
-asoc-wm8731-init-mutex-in-i2c-init-path.patch
asoc-atmel_ssc_dai-fix-start-event-for-i2s-mode.patch
asoc-sgtl5000-add-delay-before-first-i2c-access.patch
alsa-ak411x-fix-stall-in-work-callback.patch
+++ /dev/null
-From 8a6cf30bf93df2c0f2637156e4a5070594bddebf Mon Sep 17 00:00:00 2001
-From: Manuel Lauss <manuel.lauss@gmail.com>
-Date: Mon, 19 Jan 2015 08:23:43 +0100
-Subject: ASoC: wm8731: init mutex in i2c init path
-
-From: Manuel Lauss <manuel.lauss@gmail.com>
-
-commit 8a6cf30bf93df2c0f2637156e4a5070594bddebf upstream.
-
-The I2C init path forgot to init the mutex, leading to an oops when
-controls are accessed.
-
-Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
-Signed-off-by: Mark Brown <broonie@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/soc/codecs/wm8731.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/sound/soc/codecs/wm8731.c
-+++ b/sound/soc/codecs/wm8731.c
-@@ -734,6 +734,8 @@ static int wm8731_i2c_probe(struct i2c_c
- if (wm8731 == NULL)
- return -ENOMEM;
-
-+ mutex_init(&wm8731->lock);
-+
- wm8731->regmap = devm_regmap_init_i2c(i2c, &wm8731_regmap);
- if (IS_ERR(wm8731->regmap)) {
- ret = PTR_ERR(wm8731->regmap);
kconfig-fix-warning-jump-may-be-used-uninitialized.patch
arm64-fix-up-proc-cpuinfo.patch
lib-checksum.c-fix-build-for-generic-csum_tcpudp_nofold.patch
-asoc-wm8731-init-mutex-in-i2c-init-path.patch
asoc-atmel_ssc_dai-fix-start-event-for-i2s-mode.patch
asoc-sgtl5000-add-delay-before-first-i2c-access.patch
alsa-ak411x-fix-stall-in-work-callback.patch