Re: [PATCH] soc: rockchip: power-domain: fix err handle while probing

From: Heiko Stübner
Date: Tue Feb 02 2016 - 16:19:46 EST


Am Montag, 1. Februar 2016, 16:18:40 schrieb Shawn Lin:
> If we fail to probe the driver, we should not directly break
> from the for_each_available_child_of_node since it calls of_node_get
> while iterating. This patch add of_node_put to fix the unbalanced
> call pair.
>
> Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>

applied to my drivers-branch for 4.6


Thanks
Heiko