From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965592AbcBBVTn (ORCPT ); Tue, 2 Feb 2016 16:19:43 -0500 Received: from gloria.sntech.de ([95.129.55.99]:40697 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964891AbcBBVTm (ORCPT ); Tue, 2 Feb 2016 16:19:42 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Shawn Lin Cc: Caesar Wang , Kevin Hilman , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] soc: rockchip: power-domain: fix err handle while probing Date: Tue, 02 Feb 2016 22:19:38 +0100 Message-ID: <50160822.GDSasZvf15@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1454314720-6391-1-git-send-email-shawn.lin@rock-chips.com> References: <1454314720-6391-1-git-send-email-shawn.lin@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 applied to my drivers-branch for 4.6 Thanks Heiko