Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42976
b: refs/heads/master
c: 168b35a
h: refs/heads/master
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Dec 7, 2006
1 parent 291a219 commit 6c5abaf
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 7d8ba9669a28f650001093ebbb6ecc3b0a72926f
refs/heads/master: 168b35a7f67c5a8189e6b92780dfb5262604057c
7 changes: 6 additions & 1 deletion trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2774,7 +2774,12 @@ static __devinit int init_ipmi_si(void)
#endif

#ifdef CONFIG_PCI
pci_module_init(&ipmi_pci_driver);
rv = pci_register_driver(&ipmi_pci_driver);
if (rv){
printk(KERN_ERR
"init_ipmi_si: Unable to register PCI driver: %d\n",
rv);
}
#endif

if (si_trydefaults) {
Expand Down

0 comments on commit 6c5abaf

Please sign in to comment.