From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754494Ab1GGQyl (ORCPT ); Thu, 7 Jul 2011 12:54:41 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:36493 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752666Ab1GGQyj (ORCPT ); Thu, 7 Jul 2011 12:54:39 -0400 Date: Thu, 7 Jul 2011 09:54:36 -0700 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Eric Miao , Nicolas Pitre , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: pxa2xx-pcm: remove unused variable 'dai' Message-ID: <20110707165435.GA17164@opensource.wolfsonmicro.com> References: <1309958442.4613.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1309958442.4613.1.camel@phoenix> X-Cookie: You will have long and healthy life. 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 Wed, Jul 06, 2011 at 09:20:42PM +0800, Axel Lin wrote: > Remove unused variable 'dai' to eliminate below warning. Applied, thanks.