Re: [PATCH] ASoC: samsung: change neo1973_audio from a global to static

From: Krzysztof Kozlowski
Date: Thu Jun 30 2022 - 03:00:25 EST


On 29/06/2022 22:18, Tom Rix wrote:
> sparse reports
> sound/soc/samsung/neo1973_wm8753.c:347:24: warning: symbol 'neo1973_audio' was not declared. Should it be static?
>
> neo1973_audio is only used in neo1973_wm8753.c, so it's
> storage class specifier should be static.
>
> Fixes: e26a2abcc246 ("ASoC: samsung: neo1973: turn into platform driver")
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
> ---

Compile testing works!

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>


Best regards,
Krzysztof