git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c9281
)
[SCSI] gdth: update deprecated pci_find_device
author
Sergio Luis
<sergio@larces.uece.br>
Tue, 12 Feb 2008 23:48:03 +0000
(20:48 -0300)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Wed, 13 Feb 2008 15:33:10 +0000
(09:33 -0600)
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 <sergio@larces.uece.br>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found