From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 1/3] ALSA: ASoC: McASP: remove unused variables Date: Fri, 7 Dec 2012 14:48:37 +0900 Message-ID: <20121207054835.GG26070@opensource.wolfsonmicro.com> References: <1354728038-5506-1-git-send-email-zonque@gmail.com> 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 9635A261742 for ; Fri, 7 Dec 2012 06:48:44 +0100 (CET) Content-Disposition: inline In-Reply-To: <1354728038-5506-1-git-send-email-zonque@gmail.com> 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: Daniel Mack Cc: mporter@ti.com, alsa-devel@alsa-project.org, nsekhar@ti.com, vaibhav.bedia@ti.com, gururaja.hebbar@ti.com List-Id: alsa-devel@alsa-project.org On Wed, Dec 05, 2012 at 06:20:36PM +0100, Daniel Mack wrote: > codec_fmt and sample_rate variables are unused in both snd_platform_data > and davinci_audio_dev, so drop them. Applied all, thanks.