Re: [PATCH 1/2] cpuidle: dt: Add missing 'of_node_put()'

From: Rafael J. Wysocki
Date: Mon Jun 12 2017 - 14:53:38 EST


On Monday, June 12, 2017 05:55:09 PM Daniel Lezcano wrote:
> From: Christophe Jaillet <christophe.jaillet@xxxxxxxxxx>
>
> 'of_node_put()' should be called on pointer returned by
> 'of_parse_phandle()' when done. In this function this is done in all path
> except this 'continue', so add it.
>
> Fixes: 97735da074fd ("drivers: cpuidle: Add status property to ARM idle states")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>

I've already applied this one.

Thanks,
Rafael