From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/6] ASoC: Remove unused "control_data" field of struct ak4671_priv Date: Wed, 28 Sep 2011 13:20:09 +0100 Message-ID: <20110928122008.GD3279@opensource.wolfsonmicro.com> References: <1317175218.14102.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1317175218.14102.1.camel@phoenix> Sender: linux-kernel-owner@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Joonyoung Shim , Liam Girdwood , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Wed, Sep 28, 2011 at 10:00:18AM +0800, Axel Lin wrote: > The control_data field is used to initialize the codec's control_data field, > but since this is also done by the snd-soc-cache core, the redundant > assignment can be removed and the field can be dropped. Applied all, thanks.