From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2] sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put Date: Mon, 22 Aug 2011 23:30:16 +0100 Message-ID: <20110822223016.GE30609@opensource.wolfsonmicro.com> References: <1313823721-16930-2-git-send-email-julia@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1313823721-16930-2-git-send-email-julia@diku.dk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Julia Lawall Cc: alsa-devel@alsa-project.org, Liam Girdwood , Takashi Iwai , devicetree-discuss@lists.ozlabs.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Grant Likely , linuxppc-dev@lists.ozlabs.org, Timur Tabi List-Id: devicetree@vger.kernel.org On Sat, Aug 20, 2011 at 09:02:01AM +0200, Julia Lawall wrote: > From: Julia Lawall > > The first change is to add an of_node_put, since codec_np has previously > been allocated. The rest of the patch reorganizes the error handling code > so the only code executed is that which is needed. Applied, thanks.