ASoC: simple-card-utils: remove unnecessary cpu/codec pointer check
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 28 Oct 2016 03:38:28 +0000 (03:38 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 28 Oct 2016 18:24:48 +0000 (19:24 +0100)
commit6c1c06cb776cf9a34ceafc5be288aa3670aa3ef2
tree77bc7d8191591eb3998ea407cb2f7126a18e18a2
parent193599264f3eb632f43f83f738b17241f91dbd5a
ASoC: simple-card-utils: remove unnecessary cpu/codec pointer check

Remove cpu/codec pointer check from asoc_simple_card_canonicalize_dailink()
This is verbose check, and will be issue if CPU name was created by
fmt_single_name() on simple-scu-card.c.
see also asoc_simple_card_canonicalize_cpu()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card-utils.c