Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22183
b: refs/heads/master
c: a85d771
h: refs/heads/master
i:
  22181: 47b3725
  22179: 89759db
  22175: f0fa4c6
v: v3
  • Loading branch information
Christophe Lucas authored and David S. Miller committed Mar 21, 2006
1 parent fdcfb52 commit 2fde220
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: 034888262eb8de1a91bc471d4e6d8173f6b3dbda
refs/heads/master: a85d771e32f9724b61a68748cc667d1e11fe3478
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/donauboe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ static struct pci_driver donauboe_pci_driver = {
static int __init
donauboe_init (void)
{
return pci_module_init(&donauboe_pci_driver);
return pci_register_driver(&donauboe_pci_driver);
}

static void __exit
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/vlsi_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ static int __init vlsi_mod_init(void)
vlsi_proc_root->owner = THIS_MODULE;
}

ret = pci_module_init(&vlsi_irda_driver);
ret = pci_register_driver(&vlsi_irda_driver);

if (ret && vlsi_proc_root)
remove_proc_entry(PROC_DIR, NULL);
Expand Down

0 comments on commit 2fde220

Please sign in to comment.