Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752350AbbEZRvi (ORCPT ); Tue, 26 May 2015 13:51:38 -0400 Received: from mga03.intel.com ([134.134.136.65]:64940 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752064AbbEZRvf (ORCPT ); Tue, 26 May 2015 13:51:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,500,1427785200"; d="scan'208";a="498464077" Date: Tue, 26 May 2015 10:54:01 -0700 From: David Cohen To: =?iso-8859-1?Q?Bj=F8rn?= Mork Cc: Greg KH , Heikki Krogerus , Tal Shorer , Sudip Mukherjee , Sasha Levin , USB list , "" , Felipe Balbi , Lu Baolu Subject: Re: [PATCH] usb: ulpi: don't register drivers if bus doesn't exist Message-ID: <20150526175401.GA26397@psi-dev26.jf.intel.com> References: <1432150406-20550-1-git-send-email-sasha.levin@oracle.com> <20150524071948.GA20923@kroah.com> <20150524080940.GA4033@sudip-PC> <20150525114010.GA30679@kuha.fi.intel.com> <20150525161312.GB9772@kroah.com> <87a8wsoan6.fsf@nemi.mork.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a8wsoan6.fsf@nemi.mork.no> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1268 Lines: 35 Hi, On Mon, May 25, 2015 at 07:00:13PM +0200, Bj?rn Mork wrote: > Greg KH writes: > > > If there are other bus drivers that do this, I'll go fix them up, > > pointers to those files would be appreciated. > > git grep -E 'if .*\.p\W' found a couple of interesting candidates you > might want to check out: > > drivers/i2c/i2c-core.c: if (unlikely(WARN_ON(!i2c_bus_type.p))) { > drivers/i2c/i2c-core.c: if (unlikely(WARN_ON(!i2c_bus_type.p))) > drivers/spmi/spmi.c: if (WARN_ON(!spmi_bus_type.p)) > > And this looks somewhat suspicious too, but could very well be OK for > all I know (very close to nothing :) > > drivers/gpio/gpiolib-sysfs.c: if (!gpio_class.p) { > drivers/gpio/gpiolib-sysfs.c: if (!gpio_class.p) I think we need a clear statement on how to proceed on this case. With Linux, the code is the documentation most of times. I gave a reviewed-by feedback based on seeing other examples following the same approach. What would be the correct way? Thanks, David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/