Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270352AbUJTWIa (ORCPT ); Wed, 20 Oct 2004 18:08:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270296AbUJTWHa (ORCPT ); Wed, 20 Oct 2004 18:07:30 -0400 Received: from phoenix.infradead.org ([81.187.226.98]:38665 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S269013AbUJTWHB (ORCPT ); Wed, 20 Oct 2004 18:07:01 -0400 Date: Wed, 20 Oct 2004 23:06:38 +0100 From: Christoph Hellwig To: Matthew Wilcox Cc: Hanna Linder , davej@codemonkey.org.uk, kernel-janitors , lkml , greg@kroah.com Subject: Re: [KJ] [RFT 2.6] intel-agp.c: replace pci_find_device with pci_get_device Message-ID: <20041020220638.GA26465@infradead.org> Mail-Followup-To: Christoph Hellwig , Matthew Wilcox , Hanna Linder , davej@codemonkey.org.uk, kernel-janitors , lkml , greg@kroah.com References: <17420000.1098298334@w-hlinder.beaverton.ibm.com> <20041020220347.GZ16153@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041020220347.GZ16153@parcelfarce.linux.theplanet.co.uk> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by phoenix.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 18 On Wed, Oct 20, 2004 at 11:03:47PM +0100, Matthew Wilcox wrote: > On Wed, Oct 20, 2004 at 11:52:14AM -0700, Hanna Linder wrote: > > > > As pci_find_device is going away soon I have converted this file to use > > pci_get_device instead. I have compile tested it. If anyone has this hardware > > and could test it that would be great. > > Should be converted to the pci_driver API. No. It's already using the pci_driver API, but the same device can be handled differently depending on the presence of another one. Maybe pci_dev_present would fit here. - 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/