15 Sep
2023
15 Sep
'23
10:38 a.m.
On Fri, Sep 15, 2023 at 9:38 AM Shengjiu Wang shengjiu.wang@nxp.com wrote:
The devm_clk_get() can return -EPROBE_DEFER error, modify the error code to be -EINVAL is not correct, which cause the -EPROBE_DEFER error is not correctly handled.
This patch is to fix the return error code.
Fixes: b86ef5367761 ("ASoC: fsl: Add Audio Mixer machine driver") Signed-off-by: Shengjiu Wang shengjiu.wang@nxp.com
Reviewed-by: Daniel Baluta daniel.baluta@nxp.com