Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54584
b: refs/heads/master
c: 6de2d20
h: refs/heads/master
v: v3
  • Loading branch information
Surya authored and Linus Torvalds committed May 8, 2007
1 parent 7492f7b commit f3d0512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d954e8edee5de90f8625c041ce177e04ae2c88fe
refs/heads/master: 6de2d20235a2b8c751d39ec4b68347d66b19d815
3 changes: 2 additions & 1 deletion trunk/drivers/telephony/ixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -7692,7 +7692,7 @@ static int __init ixj_probe_pci(int *cnt)
IXJ *j = NULL;

for (i = 0; i < IXJMAX - *cnt; i++) {
pci = pci_find_device(PCI_VENDOR_ID_QUICKNET,
pci = pci_get_device(PCI_VENDOR_ID_QUICKNET,
PCI_DEVICE_ID_QUICKNET_XJ, pci);
if (!pci)
break;
Expand All @@ -7712,6 +7712,7 @@ static int __init ixj_probe_pci(int *cnt)
printk(KERN_INFO "ixj: found Internet PhoneJACK PCI at 0x%x\n", j->DSPbase);
++*cnt;
}
pci_dev_put(pci);
return probe;
}

Expand Down

0 comments on commit f3d0512

Please sign in to comment.