Received: by 2002:a4a:311b:0:0:0:0:0 with SMTP id k27-v6csp4153458ooa; Tue, 14 Aug 2018 01:44:48 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyhFC6iY5pdCVJzBIQLgBumyzpNLpVg4CzGRkw2sg0CxXIqrTMNsRJ5g1u5o5RGYYNVquuX X-Received: by 2002:a62:da47:: with SMTP id w7-v6mr22283303pfl.50.1534236288655; Tue, 14 Aug 2018 01:44:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534236288; cv=none; d=google.com; s=arc-20160816; b=f2H2C22FI4cgh/5QZt6kN/uK24IjT/xFl42MYgHu8maB0eKQGDiI29b8z+1weuQGAW SZDSRQJqtFn8Y5ghbzghhWwxQ6+NfeHbQfL4s8tDDFFvR61cIOmebOqaK3sJyT0Z5zA8 5zSejs7I7A9LNW7GMVzDR91POB8EFsTCljijB0IP+HlzCx7B6xRG58CqSG/5yLw/9PDR 3c+NwqseAueVjuywPwN0httrehdrWXu/02AfJClRqH80CF4jxNncxRk4D6iI2E8IHgIl LfwLEzOw+XRtGGhRArkDtb0Ox1nHB8D7ck1zdp2rOIzXBJlbGXsAPKzU37k+rXbLYu9k baww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=6xEaGlDtC12xOOik3WZgJFSsfnXbU8RV35eq5UYAlTw=; b=ElVdQJNNGVpx9qf/Gm40R+RtDpfbXj1Jm1O1phurovyXw7RA5Fgz+uXcE3w949pJNE 5QYgaZ1CKMqBKvP/8kd0EneAz90uqf4hMGPSQJiXCilu90pjY9xG3mIKSVI/9T1FwaOE GKOD++vuefMAQ2kjrQfRp6OV2v5FXCaLARDpY9wa3IpYFw7nFYczhEtVUTtEEnuoBIR+ Kx2tFNlSeVJYl4XCb1gM1+PwqCAd2z/1gNNk4aLz/0bzISJQvG8ySljhHyTjnqd+yKZp BLGKeh8hg5hUnni4xYWwf7zgIHVSh0Dv3cWT64r7CSlYF6hcBFTir+tPi4KzQU3XSc5G Z/OA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bi10-v6si7030479plb.450.2018.08.14.01.44.33; Tue, 14 Aug 2018 01:44:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731205AbeHNL3u (ORCPT + 99 others); Tue, 14 Aug 2018 07:29:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55854 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727689AbeHNL3t (ORCPT ); Tue, 14 Aug 2018 07:29:49 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2A9BDC74; Tue, 14 Aug 2018 08:43:38 +0000 (UTC) Date: Tue, 14 Aug 2018 10:43:35 +0200 From: gregkh To: Arnd Bergmann Cc: ajay.kathat@microchip.com, aditya.shankar@microchip.com, ganesh.krishna@microchip.com, driverdevel , linux-wireless , Linux Kernel Mailing List Subject: Re: [PATCH] staging: wilc1000: revert "fix TODO to compile spi and sdio components in single module" Message-ID: <20180814084335.GB7208@kroah.com> References: <20180813212108.2442868-1-arnd@arndb.de> <20180814105237.64b01528@ajaysk-VirtualBox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 14, 2018 at 10:34:27AM +0200, Arnd Bergmann wrote: > On Tue, Aug 14, 2018 at 7:22 AM Ajay Singh wrote: > > > > Hi Arnd, > > > > On Mon, 13 Aug 2018 23:20:33 +0200 > > Arnd Bergmann wrote: > > > > > The TODO item named "make spi and sdio components coexist in one > > > build" was apparently addressed a long time ago, but never removed > > > from the TODO file. However, the new patch that tries to address it > > > actually makes it worse again by duplicating the common parts of the > > > driver into two separate modules rather than sharing them. This also > > > introduces a build regression when one of the two is built-in while > > > the other is a loadable module: > > > > Thanks for sharing your inputs and submitting patch. > > I have also submitted a patch to address the compilation error[1]. > > We can ignore my patch and proceed with your changes. > > > > [1].https://patchwork.kernel.org/patch/10563873/ > > That patch seems useful regardless, as it removes dead code, > but I'd still prefer to revert the 9abc44ba4e2f ("staging: wilc1000: > fix TODO to compile spi and sdio components in single module") > commit for the other reasons I explained. I agree, I'll queue it up soon, I have other patches to get to Linus first. thanks, greg k-h