[PATCHv2 3/3] ARM: mvebu: add missing of_node_put() call in coherency.c
From: Jason Cooper <hidden>
Date: 2014-11-07 02:57:45
From: Jason Cooper <hidden>
Date: 2014-11-07 02:57:45
On Mon, Oct 27, 2014 at 04:32:35PM +0100, Thomas Petazzoni wrote:
There is a missing of_node_put() to decrement the device_node
reference counter after a of_find_matching_node() in coherency_init().
Fixes: 501f928e0097 ("ARM: mvebu: add a coherency_available() call")
Cc: <redacted> # v3.16+
Signed-off-by: Thomas Petazzoni <redacted>
---
arch/arm/mach-mvebu/coherency.c | 2 ++
1 file changed, 2 insertions(+)Applied to mvebu/fixes with Gregory's Ack. Thanks for doing the Fixes and stable tags! thx, Jason.