]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ASoC: soc-core: check return value of snd_soc_add_dai_link()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 7 Aug 2019 01:30:36 +0000 (10:30 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 7 Aug 2019 13:25:47 +0000 (14:25 +0100)
commit5b99a0aad08a3428cc3262ecee29a71c88c981c2
tree773b741e01b7905461594392ed31aac40ab287a4
parent6634e3d6ea8cd92fce10d1d2da0c8e42ab84da32
ASoC: soc-core: check return value of snd_soc_add_dai_link()

snd_soc_add_dai_link() might return error, we need to check it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87k1bpahpd.wl-kuninori.morimoto.gx@renesas.com
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c