mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Sat, 19 Oct 2024 20:27:03 +0000 (22:27 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 14 Nov 2024 18:52:14 +0000 (19:52 +0100)
commit07593293ffabba14125c8998525adde5a832bfa3
tree89dfd3fdb7d95a730f1449560c3eecbb581f0fe8
parent4617fb8fc15effe8eda4dd898d4e33eb537a7140
mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()

The 'fw_vols' fwnode_handle initialized via
device_get_named_child_node() requires explicit calls to
fwnode_handle_put() when the variable is no longer required.

Add the missing calls to fwnode_handle_put() before the function
returns.

Cc: stable@vger.kernel.org
Fixes: 51932f9fc487 ("mtd: ubi: populate ubi volume fwnode")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/vmt.c