[alsa-devel] [PATCH -next] ASoC: simple-card-utils: remove set but not used variable ''
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Mon Mar 25 03:31:54 CET 2019
Hi
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> sound/soc/generic/simple-card-utils.c: In function 'asoc_simple_parse_clk':
> sound/soc/generic/simple-card-utils.c:164:18: warning:
> parameter 'dai_name' set but not used [-Wunused-but-set-parameter]
>
> It's not used since commit 0580dde59438 ("ASoC: simple-card-utils: add
> asoc_simple_debug_info()"), so can be removed.
>
> Signed-off-by: YueHaibing <yuehaibing at huawei.com>
> ---
I think dai_name parameter itself is no longer needed for this function,
but, it will be removed if all driver switched to modern dai_link style.
So, it is not a big deal.
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
Best regards
---
Kuninori Morimoto
More information about the Alsa-devel
mailing list