From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/9] Consolidate driver_probe_done() loops into one place Date: Fri, 13 Feb 2009 17:47:55 -0800 Message-ID: <20090214014755.GA17975@suse.de> References: <200902140157.40869.rjw@sisk.pl> <200902140159.08252.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <200902140159.08252.rjw@sisk.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: "Rafael J. Wysocki" Cc: Andrey Borzenkov , Arjan van de Ven , pm list , LKML , Alan Jenkins , KOSAKI Motohiro , Johannes Weiner , Andrew Morton , Masami Hiramatsu , Linus Torvalds , Ingo Molnar List-Id: linux-pm@vger.kernel.org On Sat, Feb 14, 2009 at 01:59:06AM +0100, Rafael J. Wysocki wrote: > From: Arjan van de Ven > > there's a few places that currently loop over driver_probe_done(), and > I'm about to add another one. This patch abstracts it into a helper > to reduce duplication. > > Signed-off-by: Arjan van de Ven > Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman Fine with me if this goes through Len's tree. thanks, greg k-h