Re: [PATCH 1/5] gdth: update deprecated pci_find_device

2008-02-14 Thread Jeff Garzik
Boaz Harrosh wrote: From: Sergio Luis [EMAIL PROTECTED] Fix compilation warning in gdth.c, which was using the deprecated pci_find_device. drivers/scsi/gdth.c:645: warning: 'pci_find_device' is deprecated (declared at include/linux/pci.h:495) Changing it to use pci_get_device, instead.

Re: [PATCH 1/5] gdth: update deprecated pci_find_device

2008-02-14 Thread James Bottomley
On Thu, 2008-02-14 at 15:13 -0500, Jeff Garzik wrote: Boaz Harrosh wrote: From: Sergio Luis [EMAIL PROTECTED] Fix compilation warning in gdth.c, which was using the deprecated pci_find_device. [...] This patch is already upstream... (unfortunately) I think, in spite of the cover name

Re: [PATCH 1/5] gdth: update deprecated pci_find_device

2008-02-14 Thread Jeff Garzik
James Bottomley wrote: On Thu, 2008-02-14 at 15:13 -0500, Jeff Garzik wrote: Boaz Harrosh wrote: From: Sergio Luis [EMAIL PROTECTED] Fix compilation warning in gdth.c, which was using the deprecated pci_find_device. [...] This patch is already upstream... (unfortunately) I think, in