From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH] ASoC: wm0010: Remove .bus field setting from wm0010_spi_driver Date: Thu, 2 Jul 2015 12:29:26 +0100 Message-ID: <20150702112926.GE16517@opensource.wolfsonmicro.com> References: <1435809778.4609.0.camel@ingics.com> 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 BA23A26590B for ; Thu, 2 Jul 2015 13:29:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1435809778.4609.0.camel@ingics.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Axel Lin Cc: alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Jul 02, 2015 at 12:02:58PM +0800, Axel Lin wrote: > The .bus field will be set by spi_register_driver() so we don't need to > set it in wm0010_spi_driver. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles