On Fri, Jun 28, 2024 at 11:58:30AM GMT, Krzysztof Kozlowski wrote: > The 'rx->dev' is assigned closer to the end of the probe() function, so > the dev_err() must not use it - it is still NULL at this point. Instead > there is already a local 'dev' variable. > > Fixes: dbacef05898d ("ASoC: codec: lpass-rx-macro: prepare driver to accomdate new codec versions") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > sound/soc/codecs/lpass-rx-macro.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry