]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ASoC: qcom: common: Fix refcount imbalance on error
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Thu, 20 Aug 2020 04:28:27 +0000 (12:28 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:46:55 +0000 (14:46 +0100)
commit60f5348976b060ded6b7381f8eb4e69e5458775a
tree6c753f6a10e5a19219f0be6aa262f067bb66b169
parentc8c65e6809c2aa380e000d494be7ad0dee552c76
ASoC: qcom: common: Fix refcount imbalance on error

BugLink: https://bugs.launchpad.net/bugs/1896828
[ Upstream commit c1e6414cdc371f9ed82cefebba7538499a3059f9 ]

for_each_child_of_node returns a node pointer np with
refcount incremented. So when devm_kzalloc fails, a
pairing refcount decrement is needed to keep np's
refcount balanced.

Fixes: 16395ceee11f8 ("ASoC: qcom: common: Fix NULL pointer in of parser")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Link: https://lore.kernel.org/r/20200820042828.10308-1-dinghao.liu@zju.edu.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: William Breathitt Gray <william.gray@canonical.com>
sound/soc/qcom/common.c