device property: Fix documentation for fwnode_get_next_parent()
authorMiaoqian Lin <linmq006@gmail.com>
Wed, 7 Dec 2022 11:22:18 +0000 (15:22 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2022 16:22:44 +0000 (17:22 +0100)
commitf18caf261398a7f2de4fa3f600deb87072fe7b8d
treeb6b58de20d7ea45e01b715eb2deeacff7e1143b1
parent47446b50ad2549af4fcc93f82a148ab107e6ef6a
device property: Fix documentation for fwnode_get_next_parent()

Use fwnode_handle_put() on the node pointer to release the refcount.
Change fwnode_handle_node() to fwnode_handle_put().

Fixes: 233872585de1 ("device property: Add fwnode_get_next_parent()")
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Daniel Scally <djrscally@gmail.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20221207112219.2652411-1-linmq006@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/property.c