Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49123
b: refs/heads/master
c: c033a7e
h: refs/heads/master
i:
  49121: a38f3b2
  49119: 63cbc8a
v: v3
  • Loading branch information
Alan authored and David Woodhouse committed Jan 31, 2007
1 parent c21b0e4 commit 76cfd10
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: f7c37d7b8aaab1b023b0b239fc632585ec88d0bc
refs/heads/master: c033a7e3d593554ba5e8a0e63bf7e5874dc3e92f
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/ck804xrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static int __init init_ck804xrom(void)
pdev = NULL;

for(id = ck804xrom_pci_tbl; id->vendor; id++) {
pdev = pci_find_device(id->vendor, id->device, NULL);
pdev = pci_get_device(id->vendor, id->device, NULL);
if (pdev)
break;
}
Expand Down

0 comments on commit 76cfd10

Please sign in to comment.