Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38006
b: refs/heads/master
c: 397f4eb
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Oct 3, 2006
1 parent 9ba2c4f commit 2733a63
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c3b6571384024be31e8b3442c0e7c3b127110d9b
refs/heads/master: 397f4ebf4f317b1d5ecd678a8559a5cb5c6975c3
1 change: 1 addition & 0 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ static void __devinit dmi_find_bmc(void)
int rv;

while ((dev = dmi_find_device(DMI_DEV_TYPE_IPMI, NULL, dev))) {
memset(&data, 0, sizeof(data));
rv = decode_dmi((struct dmi_header *) dev->device_data, &data);
if (!rv)
try_init_dmi(&data);
Expand Down

0 comments on commit 2733a63

Please sign in to comment.