Re: [PATCH -next] ASoC: ti: j721e-evm: Fix missing unlock on error in j721e_audio_hw_params()

2020-07-03 Thread Mark Brown
On Fri, 3 Jul 2020 03:09:10 +, Wei Yongjun wrote: > Add the missing unlock before return from function j721e_audio_hw_params() > in the error handling case. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: ti: j721e-evm: Fix missin

Re: [PATCH -next] ASoC: ti: j721e-evm: Fix missing unlock on error in j721e_audio_hw_params()

2020-07-03 Thread Peter Ujfalusi
On 03/07/2020 6.09, Wei Yongjun wrote: > Add the missing unlock before return from function j721e_audio_hw_params() > in the error handling case. I'm not sure how that return made it in there in the first place.. Acked-by: Peter Ujfalusi > Fixes: 6748d0559059 ("ASoC: ti: Add custom machine d

[PATCH -next] ASoC: ti: j721e-evm: Fix missing unlock on error in j721e_audio_hw_params()

2020-07-02 Thread Wei Yongjun
Add the missing unlock before return from function j721e_audio_hw_params() in the error handling case. Fixes: 6748d0559059 ("ASoC: ti: Add custom machine driver for j721e EVM (CPB and IVI)") Reported-by: Hulk Robot Signed-off-by: Wei Yongjun --- sound/soc/ti/j721e-evm.c | 2 +- 1 file changed,