Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88154
b: refs/heads/master
c: abd24df
h: refs/heads/master
v: v3
  • Loading branch information
Carol Hebert authored and Linus Torvalds committed Apr 4, 2008
1 parent f04237f commit 0e0acd7
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: fb6d080c6f75dfd7e23d5a3575334785aa8738eb
refs/heads/master: abd24df828f1a72971db29d1b74fefae104ea9e2
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static void __init dmi_save_ipmi_device(const struct dmi_header *dm)
dev->name = "IPMI controller";
dev->device_data = data;

list_add(&dev->list, &dmi_devices);
list_add_tail(&dev->list, &dmi_devices);
}

static void __init dmi_save_extended_devices(const struct dmi_header *dm)
Expand Down

0 comments on commit 0e0acd7

Please sign in to comment.