Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17521
b: refs/heads/master
c: d1d6da8
h: refs/heads/master
i:
  17519: 4b373cb
v: v3
  • Loading branch information
Richard Knutsson authored and Greg Kroah-Hartman committed Jan 9, 2006
1 parent abe2b69 commit c350bed
Show file tree
Hide file tree
Showing 3 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: 065c6359071c6d7d1f8b2839317471d1d97fc70b
refs/heads/master: d1d6da8f9fb9a0633a2f36b84b292752d78f7d31
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/scx200.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int __init scx200_init(void)
{
printk(KERN_INFO NAME ": NatSemi SCx200 Driver\n");

return pci_module_init(&scx200_pci_driver);
return pci_register_driver(&scx200_pci_driver);
}

static void __exit scx200_cleanup(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/vr41xx/common/vrc4173.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ static int __devinit vrc4173_init(void)
{
int err;

err = pci_module_init(&vrc4173_driver);
err = pci_register_driver(&vrc4173_driver);
if (err < 0)
return err;

Expand Down

0 comments on commit c350bed

Please sign in to comment.