From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgw1.diku.dk (mgw1.diku.dk [130.225.96.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mgw1.diku.dk", Issuer "KU Security Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 387EBDE3B8 for ; Mon, 9 Jun 2008 23:23:04 +1000 (EST) Date: Mon, 9 Jun 2008 15:22:53 +0200 (CEST) From: Julia Lawall To: Stephen Rothwell Subject: Re: [PATCH 2/4] drivers/macintosh/smu.c: add missing of_node_put In-Reply-To: <20080609230752.f3bba16d.sfr@canb.auug.org.au> Message-ID: References: <20080609230752.f3bba16d.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > However, the error handling in that routine (smu_init) needs much more > work. Indeed, the smu = NULL at the end of the function seems a bit brutal - a lot of allocated data ends up not getting freed. I can try to do something about it. Did you see something else? julia