From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753682Ab1HONxz (ORCPT ); Mon, 15 Aug 2011 09:53:55 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:44711 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752832Ab1HONxy (ORCPT ); Mon, 15 Aug 2011 09:53:54 -0400 Date: Mon, 15 Aug 2011 22:53:45 +0900 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Wan ZongShun , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: nuc900-pcm: remove unused variable 'dai' Message-ID: <20110815135342.GE5890@opensource.wolfsonmicro.com> References: <1313397514.25061.4.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1313397514.25061.4.camel@phoenix> X-Cookie: You will be married within a year. 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, Aug 15, 2011 at 04:38:34PM +0800, Axel Lin wrote: > Remove unused variable 'dai' to eliminate below warning. Applied, thanks.