From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: sn95031: Do not use static variable for channel_index Date: Fri, 30 Sep 2011 12:51:03 +0100 Message-ID: <20110930115103.GE5366@opensource.wolfsonmicro.com> References: <1317362219.6646.2.camel@phoenix> 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 12495103B56 for ; Fri, 30 Sep 2011 13:51:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1317362219.6646.2.camel@phoenix> 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: Axel Lin Cc: Vinod Koul , Harsha Priya , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Sep 30, 2011 at 01:56:59PM +0800, Axel Lin wrote: > No reason to use static variable for channel_index. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758482Ab1I3LvH (ORCPT ); Fri, 30 Sep 2011 07:51:07 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:45951 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758417Ab1I3LvF (ORCPT ); Fri, 30 Sep 2011 07:51:05 -0400 Date: Fri, 30 Sep 2011 12:51:03 +0100 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Vinod Koul , Harsha Priya , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: sn95031: Do not use static variable for channel_index Message-ID: <20110930115103.GE5366@opensource.wolfsonmicro.com> References: <1317362219.6646.2.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1317362219.6646.2.camel@phoenix> X-Cookie: Blow it out your ear. 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 Fri, Sep 30, 2011 at 01:56:59PM +0800, Axel Lin wrote: > No reason to use static variable for channel_index. Applied, thanks.