Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151283
b: refs/heads/master
c: 9de33df
h: refs/heads/master
i:
  151281: 810efc7
  151279: 24365a6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent a37b95f commit 11cd93b
Show file tree
Hide file tree
Showing 2 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: f899c2ddd45f2515deb446e2b143e4a686a49aee
refs/heads/master: 9de33df41f712712ccd3297c898e365b50fb91ef
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2375,14 +2375,14 @@ static int __devinit ipmi_of_probe(struct of_device *dev,
info->io.addr_data, info->io.regsize, info->io.regspacing,
info->irq);

dev->dev.driver_data = (void *) info;
dev_set_drvdata(&dev->dev, info);

return try_smi_init(info);
}

static int __devexit ipmi_of_remove(struct of_device *dev)
{
cleanup_one_si(dev->dev.driver_data);
cleanup_one_si(dev_get_drvdata(&dev->dev));
return 0;
}

Expand Down

0 comments on commit 11cd93b

Please sign in to comment.