From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly Date: Tue, 16 Oct 2012 14:14:52 +0900 Message-ID: <20121016051444.GC8670@opensource.wolfsonmicro.com> References: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id BD4752650B8 for ; Tue, 16 Oct 2012 07:14:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Lee Jones Cc: alsa-devel@alsa-project.org, linus.walleij@stericsson.com, arnd@arndb.de, linux-kernel@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org On Mon, Oct 15, 2012 at 02:13:25PM +0100, Lee Jones wrote: > When of_parse_phandle() is used to find a device node, its > reference count is incremented by the helper. Once we're > finished with them, it's our responsibly to ensure they > are freed in the correct manor. Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Tue, 16 Oct 2012 14:14:52 +0900 Subject: [PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly In-Reply-To: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> References: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> Message-ID: <20121016051444.GC8670@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 15, 2012 at 02:13:25PM +0100, Lee Jones wrote: > When of_parse_phandle() is used to find a device node, its > reference count is incremented by the helper. Once we're > finished with them, it's our responsibly to ensure they > are freed in the correct manor. Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755869Ab2JPFPB (ORCPT ); Tue, 16 Oct 2012 01:15:01 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:60077 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755815Ab2JPFPA (ORCPT ); Tue, 16 Oct 2012 01:15:00 -0400 Date: Tue, 16 Oct 2012 14:14:52 +0900 From: Mark Brown To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, linus.walleij@stericsson.com, alsa-devel@alsa-project.org, Liam Girdwood Subject: Re: [PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly Message-ID: <20121016051444.GC8670@opensource.wolfsonmicro.com> References: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350306806-5688-1-git-send-email-lee.jones@linaro.org> X-Cookie: Courage is your greatest present need. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 15, 2012 at 02:13:25PM +0100, Lee Jones wrote: > When of_parse_phandle() is used to find a device node, its > reference count is incremented by the helper. Once we're > finished with them, it's our responsibly to ensure they > are freed in the correct manor. Applied both, thanks.