Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54541
b: refs/heads/master
c: fca3b74
h: refs/heads/master
i:
  54539: e3499b8
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed May 8, 2007
1 parent 1d12298 commit e0948c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f64da958dfc83335de1d2bef9d3868f30feb4e53
refs/heads/master: fca3b747795ae24f9667b6c9a69975f9eb98a2c0
3 changes: 3 additions & 0 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2189,12 +2189,15 @@ static int __devinit ipmi_pci_probe(struct pci_dev *pdev,
info->irq_setup = std_irq_setup;

info->dev = &pdev->dev;
pci_set_drvdata(pdev, info);

return try_smi_init(info);
}

static void __devexit ipmi_pci_remove(struct pci_dev *pdev)
{
struct smi_info *info = pci_get_drvdata(pdev);
cleanup_one_si(info);
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit e0948c3

Please sign in to comment.