]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 11 Dec 2019 04:31:39 +0000 (13:31 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 11 Dec 2019 16:43:16 +0000 (16:43 +0000)
commit544d2f660098938a3b8d0c9cd3dd4b51fb6de8dc
treecf1314a055997ae9c995ec75e56f59e8fc2cb2ff
parentc8ca8334db8c7c13a0f983e99a00a5fe0da1afd1
ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()

soc_set_name_prefix() is calling soc_set_of_name_prefix().
We don't need to separate these operation.
This patch merges these.

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