Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46584
b: refs/heads/master
c: 7e3e8b0
h: refs/heads/master
v: v3
  • Loading branch information
Richard Knutsson authored and Jeff Garzik committed Feb 7, 2007
1 parent 5c64941 commit b3677a3
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: 27d2ab54bdfaffdbdc1a81100dc53c6479c9db35
refs/heads/master: 7e3e8b05a90bcc5799b0d4525f23c80d661d0194
2 changes: 1 addition & 1 deletion trunk/drivers/net/hp100.c
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@ static int __init hp100_module_init(void)
goto out2;
#endif
#ifdef CONFIG_PCI
err = pci_module_init(&hp100_pci_driver);
err = pci_register_driver(&hp100_pci_driver);
if (err && err != -ENODEV)
goto out3;
#endif
Expand Down

0 comments on commit b3677a3

Please sign in to comment.