OSDN Git Service

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)
commitfc6c62cf1cbf24c81ccb1d248120311336d5f3cc
tree07fb5a2604ed515a77fbbfd2b59668b7aa7f5f42
parentfaf695517c1c77bb4a4b46d54007a283962eb00e
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