From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760665AbYBSTkS (ORCPT ); Tue, 19 Feb 2008 14:40:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754303AbYBSTjv (ORCPT ); Tue, 19 Feb 2008 14:39:51 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:48473 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752113AbYBSTju (ORCPT ); Tue, 19 Feb 2008 14:39:50 -0500 Date: Tue, 19 Feb 2008 11:32:50 -0800 From: Greg KH To: Scott Murray Cc: Greg Kroah-Hartman , linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org, Kristen Carlson Accardi , pcihpd-discuss@lists.sourceforge.net Subject: Re: [Pcihpd-discuss] [PATCH 06/12] PCI Hotplug: make cpcihp driver use modern apis Message-ID: <20080219193250.GB5088@kroah.com> References: <20080215003909.GA27981@kroah.com> <1203036010-27988-6-git-send-email-gregkh@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 15, 2008 at 05:45:47PM -0500, Scott Murray wrote: > On Thu, 14 Feb 2008, Greg Kroah-Hartman wrote: > > > This removes the depandancy of the cpcihp driver from the PCI_LEGACY > > config option by removing its usage of the pci_find_bus() function. > > > > > > Cc: Kristen Carlson Accardi > > Cc: Scott Murray > > Signed-off-by: Greg Kroah-Hartman > > Sorry for the slow reply, this looks fine to me. > > Signed-off-by: Scott Murray Great, thanks for reviewing it. greg k-h