]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 25 Nov 2021 07:16:08 +0000 (15:16 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Nov 2021 11:54:29 +0000 (11:54 +0000)
commit4e60cf209d2544c30b9200bbd906c53c28c23650
tree07fb5a2604ed515a77fbbfd2b59668b7aa7f5f42
parent9520f17f80555d6e84968d74182382fb4b41eb58
ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()

The node pointer is returned by of_parse_phandle() with
refcount incremented in platform_parse_resource(). Calling
of_node_put() to aovid the refcount leak.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20211125071608.3056715-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/mediatek/mt8195/mt8195.c