From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 20 Oct 2004 22:04:13 +0000 Subject: Re: [KJ] [RFT 2.6] intel-mch-agp.c: replace pci_find_device with Message-Id: <20041020220413.GA16153@parcelfarce.linux.theplanet.co.uk> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============45239105340802865==" List-Id: References: <17860000.1098298381@w-hlinder.beaverton.ibm.com> In-Reply-To: <17860000.1098298381@w-hlinder.beaverton.ibm.com> To: Hanna Linder Cc: lkml , kernel-janitors , greg@kroah.com, davej@codemonkey.org.uk --===============45239105340802865== Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain --===============45239105340802865== 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 --===============45239105340802865==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269993AbUJTWNU (ORCPT ); Wed, 20 Oct 2004 18:13:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270543AbUJTWLl (ORCPT ); Wed, 20 Oct 2004 18:11:41 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:36513 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S269993AbUJTWEO (ORCPT ); Wed, 20 Oct 2004 18:04:14 -0400 Date: Wed, 20 Oct 2004 23:04:13 +0100 From: Matthew Wilcox To: Hanna Linder Cc: lkml , kernel-janitors , greg@kroah.com, davej@codemonkey.org.uk Subject: Re: [KJ] [RFT 2.6] intel-mch-agp.c: replace pci_find_device with pci_get_device Message-ID: <20041020220413.GA16153@parcelfarce.linux.theplanet.co.uk> References: <17860000.1098298381@w-hlinder.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17860000.1098298381@w-hlinder.beaverton.ibm.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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. -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain