Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3839
b: refs/heads/master
c: efe1ec2
h: refs/heads/master
i:
  3837: 9df4d99
  3835: 55576f8
  3831: 567dc23
  3823: 3f55205
  3807: 8d18986
  3775: 77dcce7
  3711: 237f8c7
  3583: 4d0a067
v: v3
  • Loading branch information
Amit Gud authored and Greg Kroah-Hartman committed Jun 28, 2005
1 parent 2a0e73f commit 8badf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 881a8c120acf7ec09c90289e2996b7c70f51e996
refs/heads/master: efe1ec27837d6639eae82e1f5876910ba6433c3f
4 changes: 2 additions & 2 deletions trunk/drivers/char/rio/rio_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ static int __init rio_init(void)

#ifdef CONFIG_PCI
/* First look for the JET devices: */
while ((pdev = pci_find_device (PCI_VENDOR_ID_SPECIALIX,
while ((pdev = pci_get_device (PCI_VENDOR_ID_SPECIALIX,
PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8,
pdev))) {
if (pci_enable_device(pdev)) continue;
Expand Down Expand Up @@ -1169,7 +1169,7 @@ static int __init rio_init(void)
*/

/* Then look for the older RIO/PCI devices: */
while ((pdev = pci_find_device (PCI_VENDOR_ID_SPECIALIX,
while ((pdev = pci_get_device (PCI_VENDOR_ID_SPECIALIX,
PCI_DEVICE_ID_SPECIALIX_RIO,
pdev))) {
if (pci_enable_device(pdev)) continue;
Expand Down

0 comments on commit 8badf56

Please sign in to comment.