Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:51302 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757651AbbKFWtM (ORCPT ); Fri, 6 Nov 2015 17:49:12 -0500 Date: Fri, 6 Nov 2015 14:49:11 -0800 From: Greg KH To: Glen Lee Cc: devel@driverdev.osuosl.org, austin.shin@atmel.com, linux-wireless@vger.kernel.org, Nicolas.FERRE@atmel.com, adel.noureldin@atmel.com, tony.cho@atmel.com, leo.kim@atmel.com, adham.abozaeid@atmel.com Subject: Re: [PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module Message-ID: <20151106224911.GA26560@kroah.com> (sfid-20151106_234915_259978_FE61E660) References: <1446802823-22598-1-git-send-email-glen.lee@atmel.com> <1446802823-22598-2-git-send-email-glen.lee@atmel.com> <20151106224522.GA22199@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20151106224522.GA22199@kroah.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Nov 06, 2015 at 02:45:22PM -0800, Greg KH wrote: > On Fri, Nov 06, 2015 at 06:39:58PM +0900, Glen Lee wrote: > > hif_sdio and hif_spi objects are compiled all the time even though one of SPI > > or SDIO is selected. This patch separates hif_sdio and hif_spi into different > > modules using ifdef define. > > After rework SPI and SDIO modules with only one hif interface, the define > > WILC_SDIO will be removed. This is first path of this series. > > > > Signed-off-by: Glen Lee > > --- > > drivers/staging/wilc1000/Makefile | 6 +++--- > > drivers/staging/wilc1000/wilc_wlan.c | 36 +++++++++++++++++------------------- > > 2 files changed, 20 insertions(+), 22 deletions(-) > > This patch doesn't apply at all, I think we are out of sync now. Please > refresh and redo this series against my staging-testing branch and > resend. Oops, no, I was out of sync, nevermind, I figured it out...