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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:17:50 +0000 (16:17 +0200)
commit5566bd69a5c57796c39517b01d35ebd8f5e32af4
treeed29e6c19b032617c84fd8f977f008ef86d31642
parent4d874bb93e0622f377f24c3e5c3d5b47cdd63d23
ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()

[ Upstream commit 7d3865a10b9ff2669c531d5ddd60bf46b3d48f1e ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/soc-core.c