From mboxrd@z Thu Jan 1 00:00:00 1970 From: "gregkh@linuxfoundation.org" Subject: Re: [PATCH v3 2/3] cxgb4: use module_long_probe_init() Date: Fri, 15 Aug 2014 15:12:05 +0800 Message-ID: <20140815071205.GA6293@kroah.com> References: <525DB349B3FB5444AE057A887CB2A8D85A0977@nice.asicdesigners.com> <53ECE709.5030008@chelsio.com> <20140814195321.GO21930@wotan.suse.de> <20140815001458.GT21930@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20140815001458.GT21930@wotan.suse.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: systemd-devel-bounces@lists.freedesktop.org Sender: "systemd-devel" To: "Luis R. Rodriguez" Cc: One Thousand Gnomes , "tiwai@suse.de" , Kay Sievers , Sreekanth Reddy , Praveen Krishnamoorthy , Nagalakshmi Nandigama , Tetsuo Handa , "MPT-FusionLinux.pdl@avagotech.com" , Tim Gardner , Benjamin Poirier , Santosh Rastapur , Casey Leedom , Hariprasad S , Pierre Fersing , Anish Bhatt , Oleg Nesterov , Abhijit Mahajan , systemd-devel@lists.freedesktop.org, "linux-scsi@vger.kernel.org" , netdev@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Fri, Aug 15, 2014 at 02:14:58AM +0200, Luis R. Rodriguez wrote: > This driver also uses module_pci_driver() so a module_long_probe_driver() > and respective module_long_probe_pci_driver() would need to be considered > if but easily implemented (sent to Alex to test). No, don't create bus-only versions of the "long probe" function, just unwrap the module_pci_driver() logic and use the module_long_probe() call, we want it to be "obvious" that something is odd here and needs to be fixed someday. thanks, greg k-h