From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from n78.bullet.mail.sp1.yahoo.com (n78.bullet.mail.sp1.yahoo.com [98.136.44.42]) by ozlabs.org (Postfix) with SMTP id 2E617B6F11 for ; Sat, 31 Jul 2010 04:46:27 +1000 (EST) Message-ID: <254168.47917.qm@web180307.mail.gq1.yahoo.com> Date: Fri, 30 Jul 2010 11:46:24 -0700 (PDT) From: David Brownell Subject: Re: [PATCH RFC] usb gadget: introduce usb_gadget_probe_driver To: =?utf-8?B?TWljaGHFgiBOYXphcmV3aWN6?= , =?utf-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= In-Reply-To: <20100730152602.GA28042@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Cliff Cai , Greg Kroah-Hartman , Dinh Nguyen , Tony Lindgren , Nicolas Ferre , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Julia Lawall , Philipp Zabel , Mark Brown , Felipe Balbi , Andrea Gelmini , Robert Jarzmik , Fabien Chouteau , Dan Carpenter , David Brownell , Vladimir Zapolskiy , Sergei Shtylyov , Vincent Sanders , Marc Singer , =?utf-8?B?QW5kcsOpIEdvZGRhcmQgUm9zYQ==?= , Alan Stern , Sean MacLennan , Russell King , Tobias Klauser , Marc Kleine-Budde , Eirik Aanonsen , Mike Frysinger , Thomas Dahlmann , linux-geode@lists.infradead.org, Ben Dooks , Magnus Damm , Anton Vorontsov , Andrew Victor , linux-arm-kernel@lists.infradead.org, Anatolij Gustschin , Eric Miao , =?utf-8?B?TsOpbWV0aCBNw6FydG9u?= , Jiri Kosina , Yoshihiro Shimoda , linux-usb@vger.kernel.org, Harro Haan , FUJITA Tomonori , H Hartley Sweeten , Paul Mundt , Tejun Heo , Andrew Morton , Cory Maccarrone List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , =0A> - The bind functions are only called at init time, so there=0A> is no = need=0A> =C2=A0 to save a pointer to it.=0A=0ARight. Let's retain the spac= e-saving behaviors=0Aby keeping init-only code in init sections.=0A=0A- Dav= e=0A