]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 17 Jun 2021 10:37:29 +0000 (18:37 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 17 Jun 2021 12:47:04 +0000 (13:47 +0100)
commit3911f7306dd861c4c503fff32a6b50881cc108de
treec02198433dfd2f227ff1ffcdc25bd09da591cb5e
parent47a37f6bdac04a066a09e00ff206511f678ca9d5
ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()

When devm_kcalloc() fails, the error code -ENOMEM should be returned
instead of -EINVAL.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210617103729.1918-1-thunder.leizhen@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c