Re: [PATCH v2] device property: preserve usecount for node passed to of_fwnode_graph_get_port_parent()
From: Rob Herring <robh@kernel.org>
Date: 2017-08-22 14:49:35
Also in:
linux-media, linux-renesas-soc
From: Rob Herring <robh@kernel.org>
Date: 2017-08-22 14:49:35
Also in:
linux-media, linux-renesas-soc
On Mon, Aug 21, 2017 at 7:19 PM, Niklas Söderlund [off-list ref] wrote:
Using CONFIG_OF_DYNAMIC=y uncovered an imbalance in the usecount of the
node being passed to of_fwnode_graph_get_port_parent(). Preserve the
usecount by using of_get_parent() instead of of_get_next_parent() which
don't decrement the usecount of the node passed to it.
Fixes: 3b27d00e7b6d7c88 ("device property: Move fwnode graph ops to firmware specific locations")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
drivers/of/property.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Isn't this already fixed with this fix: commit c0a480d1acf7dc184f9f3e7cf724483b0d28dc2e Author: Tony Lindgren [off-list ref] Date: Fri Jul 28 01:23:15 2017 -0700 device property: Fix usecount for of_graph_get_port_parent()