Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3838
b: refs/heads/master
c: 881a8c1
h: refs/heads/master
v: v3
  • Loading branch information
Amit Gud authored and Greg Kroah-Hartman committed Jun 28, 2005
1 parent 9df4d99 commit 2a0e73f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 120bb4246a99cc6e9cc976573fcbcd0ee9d544ef
refs/heads/master: 881a8c120acf7ec09c90289e2996b7c70f51e996
2 changes: 1 addition & 1 deletion trunk/drivers/char/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static int __init moxa_init(void)
int n = (sizeof(moxa_pcibrds) / sizeof(moxa_pcibrds[0])) - 1;
i = 0;
while (i < n) {
while ((p = pci_find_device(moxa_pcibrds[i].vendor, moxa_pcibrds[i].device, p))!=NULL)
while ((p = pci_get_device(moxa_pcibrds[i].vendor, moxa_pcibrds[i].device, p))!=NULL)
{
if (pci_enable_device(p))
continue;
Expand Down

0 comments on commit 2a0e73f

Please sign in to comment.