]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: tidyup for snd_soc_add_component_controls()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 7 Aug 2019 01:30:58 +0000 (10:30 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 19:56:52 +0000 (20:56 +0100)
commit434982fa396ef3f5776d3f1d161eb4d04352f86d
tree5bc173ce7d72e264ccd43eab949612c4b0422099
parentf8b17de42092128b68e287c3639a6786637a874f
ASoC: soc-core: tidyup for snd_soc_add_component_controls()

snd_soc_add_component_controls() registers controls by using
for(... i < num; ...). If controls was NULL, num should be zero.
Thus, we don't need to check about controls pointer.
This patch also cares missing return value.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87ef1xahor.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c