From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 208.177.141.226.ptr.us.xo.net ([208.177.141.226] helo=ash.lnxi.com) by canuck.infradead.org with esmtps (Exim 4.43 #1 (Red Hat Linux)) id 1D0lAN-0003u1-I6 for linux-mtd@lists.infradead.org; Mon, 14 Feb 2005 13:41:52 -0500 To: =?iso-8859-1?q?J=F6rn?= Engel References: <20050214175251.GA28755@wohnheim.fh-wedel.de> From: ebiederman@lnxi.com (Eric W. Biederman) Date: 14 Feb 2005 11:41:22 -0700 In-Reply-To: <20050214175251.GA28755@wohnheim.fh-wedel.de> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: "Eric W. Biederman" Cc: joern@wh.fh-wedel.de, Amit Gud , gud@eth.net, linux-mtd@lists.infradead.org, kernel-janitors@lists.osdl.org, David Woodhouse Subject: Re: [PATCH 8/18] drivers/mtd/ remove pci_find_{device, subsys} List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , J=F6rn Engel writes: > Looks fairly simple, but I've never dealt with pci_find_device(), so > my voice doesn't count. When switching from pci_find_device to pci_get_device the corresponding call to pci_dev_put() needs to be added. In addition we need an entry in compat.h Beyond that ich2rom.c should just be deleted. It was renamed ichxrom.c a while ago. Eric