From: Sergio Luis Date: Tue, 12 Feb 2008 23:48:03 +0000 (-0300) Subject: [SCSI] gdth: update deprecated pci_find_device X-Git-Tag: v2.6.25-rc2~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99109301d103fbf0de43fc5a580a406c12a501e0;p=pandora-kernel.git [SCSI] gdth: update deprecated pci_find_device 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. Signed-off-by: Sergio Luis Signed-off-by: James Bottomley --- Reading git-diff-tree failed