From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BA726DE0C6 for ; Fri, 18 Jan 2008 17:54:30 +1100 (EST) Date: Fri, 18 Jan 2008 00:52:01 -0600 (CST) From: Kumar Gala To: Paul Gortmaker Subject: Re: [PATCH] mpc85xx_ads: add in missing of_node_put() In-Reply-To: <20080102175001.GA18205@windriver.com> Message-ID: References: <20071221154009.GB20661@windriver.com> <20071223095038.ce1ad7a5.sfr@canb.auug.org.au> <20080102175001.GA18205@windriver.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Stephen Rothwell , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > From: Paul Gortmaker > Date: Fri, 21 Dec 2007 10:12:38 -0500 > Subject: [PATCH] mpc85xx_ads: add in missing of_node_put() > > Add in missing of_node_put() after cpm2_pic_init(). This and other coding > style cleanups as suggested by Stephen Rothwell. > > Signed-off-by: Paul Gortmaker > --- > arch/powerpc/platforms/85xx/mpc85xx_ads.c | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) applied. - k