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)
commit29d9fc7acacbb985daa1b4c662c619dc959a11b0
treecf1314a055997ae9c995ec75e56f59e8fc2cb2ff
parent93ec6953c1d7b3c5f62d35c76fe6670c6d9b3c8c
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