]> git.dujemihanovic.xyz Git - linux.git/commit
ASoC: hdaudio.c: Add missing check for devm_kstrdup
authorChen Ni <nichen@iscas.ac.cn>
Fri, 15 Sep 2023 02:13:44 +0000 (02:13 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 15 Sep 2023 12:16:20 +0000 (13:16 +0100)
commitc04efbfd76d23157e64e6d6147518c187ab4233a
tree888c18bf0345c7ca3ebfbfbf574b62d085858547
parentbb0216d4db9ecaa51af45d8504757becbe5c050d
ASoC: hdaudio.c: Add missing check for devm_kstrdup

Because of the potential failure of the devm_kstrdup(), the
dl[i].codecs->name could be NULL.
Therefore, we need to check it and return -ENOMEM in order to transfer
the error.

Fixes: 97030a43371e ("ASoC: Intel: avs: Add HDAudio machine board")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20230915021344.3078-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/boards/hdaudio.c