29 Aug
2023
29 Aug
'23
10:46 a.m.
On Tue, Aug 29, 2023 at 12:36:35AM -0700, Harshit Mogalapalli wrote:
When clk_get_optional() fails, the error handling code does a 'goto err_pm' with ret = 0, which is resturning success on a failure path.
Fix this by assigning the PTR_ERR(priv->mclk) to ret variable.
Fixes: fc918cbe874e ("ASoC: cs42l43: Add support for the cs42l43") Signed-off-by: Harshit Mogalapalli harshit.m.mogalapalli@oracle.com
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles