From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758676AbYB1LIK (ORCPT ); Thu, 28 Feb 2008 06:08:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755572AbYB1LH7 (ORCPT ); Thu, 28 Feb 2008 06:07:59 -0500 Received: from ns2.suse.de ([195.135.220.15]:44035 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751662AbYB1LH6 (ORCPT ); Thu, 28 Feb 2008 06:07:58 -0500 Date: Thu, 28 Feb 2008 12:07:54 +0100 Message-ID: From: Takashi Iwai To: Harvey Harrison Cc: Andrew Morton , LKML Subject: Re: [PATCH 01/12] sound: cmipci.c fix shadowed variable warning In-Reply-To: <1204160164.20280.49.camel@brick> References: <1204160164.20280.49.camel@brick> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 27 Feb 2008 16:56:04 -0800, Harvey Harrison wrote: > > A temporary variable for each mixer element is used in an initialization > loop, use the name elem_id. > > sound/pci/cmipci.c:2747:26: warning: symbol 'id' shadows an earlier one > sound/pci/cmipci.c:56:13: originally declared here > > Signed-off-by: Harvey Harrison Thanks, applied most patches (with coding style fixes if any) to ALSA tree. Takashi