From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 13/17] ASoC: Tegra TrimSlice machine: Use devm_ APIs and module_platform_driver Date: Wed, 23 Nov 2011 11:11:11 +0000 Message-ID: <20111123111110.GG21073@opensource.wolfsonmicro.com> References: <1322011285-4002-1-git-send-email-swarren@nvidia.com> <1322011285-4002-14-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1322011285-4002-14-git-send-email-swarren@nvidia.com> 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: Stephen Warren Cc: Dimitris Papastamos , Peter De Schrijver , alsa-devel@alsa-project.org, devicetree-discuss@lists.ozlabs.org, Mike Rapoport , Ian Lartey , Rob Herring , Marc Dietrich , Grant Likely , linux-tegra@vger.kernel.org, John Bonesio , Leon Romanovsky , Colin Cross , Olof Johansson , Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Nov 22, 2011 at 06:21:21PM -0700, Stephen Warren wrote: > module_platform_drive saves some boiler-plate code. > > The devm_ APIs remove the need to manually clean up allocations, > thus removing some code. Applied, thanks - again should be split.