]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: codecs: wcd938x: drop bogus bind error handling
authorJohan Hovold <johan+linaro@kernel.org>
Tue, 3 Oct 2023 15:55:52 +0000 (17:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Oct 2023 09:58:56 +0000 (11:58 +0200)
commitd182d8ed7b7ed4e3eb08fcaaefc994246612d88a
treed506d14946491e27bfd71dac6e4e96910749c8b1
parent8d32a6b67e77e9fc60fa5f24a8cc1e4b6a7e6ffa
ASoC: codecs: wcd938x: drop bogus bind error handling

commit bfbc79de60c53e5fed505390440b87ef59ee268c upstream.

Drop the bogus error handling for a soundwire device backcast during
bind() that cannot fail.

Fixes: 16572522aece ("ASoC: codecs: wcd938x-sdw: add SoundWire driver")
Cc: stable@vger.kernel.org # 5.14
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20231003155558.27079-2-johan+linaro@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/wcd938x.c