From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 20 Oct 2004 22:06:57 +0000 Subject: Re: [KJ] [RFT 2.6] intel-mch-agp.c: replace pci_find_device with Message-Id: <20041020220657.GB26465@infradead.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============93296078320011167==" List-Id: References: <17860000.1098298381@w-hlinder.beaverton.ibm.com> <20041020220413.GA16153@parcelfarce.linux.theplanet.co.uk> In-Reply-To: <20041020220413.GA16153@parcelfarce.linux.theplanet.co.uk> To: Matthew Wilcox Cc: Hanna Linder , davej@codemonkey.org.uk, kernel-janitors , lkml , greg@kroah.com --===============93296078320011167== Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 20, 2004 at 11:04:13PM +0100, Matthew Wilcox wrote: > On Wed, Oct 20, 2004 at 11:53:01AM -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. > > Also a pci_driver candidate. Same issue as above --===============93296078320011167== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.osdl.org http://lists.osdl.org/mailman/listinfo/kernel-janitors --===============93296078320011167==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270314AbUJTWHY (ORCPT ); Wed, 20 Oct 2004 18:07:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270334AbUJTWHS (ORCPT ); Wed, 20 Oct 2004 18:07:18 -0400 Received: from phoenix.infradead.org ([81.187.226.98]:38921 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S270314AbUJTWHE (ORCPT ); Wed, 20 Oct 2004 18:07:04 -0400 Date: Wed, 20 Oct 2004 23:06:57 +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-mch-agp.c: replace pci_find_device with pci_get_device Message-ID: <20041020220657.GB26465@infradead.org> Mail-Followup-To: Christoph Hellwig , Matthew Wilcox , Hanna Linder , davej@codemonkey.org.uk, kernel-janitors , lkml , greg@kroah.com References: <17860000.1098298381@w-hlinder.beaverton.ibm.com> <20041020220413.GA16153@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041020220413.GA16153@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 On Wed, Oct 20, 2004 at 11:04:13PM +0100, Matthew Wilcox wrote: > On Wed, Oct 20, 2004 at 11:53:01AM -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. > > Also a pci_driver candidate. Same issue as above