Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spm…
…i_probe In the error handling path, the clk_prepare_enable() function call should be balanced by a corresponding 'clk_disable_unprepare()' call , as already done in the remove function. Fixes: de66b34 ("ASoC: codecs: msm8916-wcd-analog: add MBHC support") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Link: https://lore.kernel.org/r/20220316041924.17560-1-linmq006@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information