projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429b00f
)
Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added
author
Corey Minyard
<cminyard@mvista.com>
Mon, 11 May 2020 21:13:59 +0000
(16:13 -0500)
committer
Corey Minyard
<cminyard@mvista.com>
Mon, 18 May 2020 11:32:02 +0000
(06:32 -0500)
This is similar to the recent patch for the SI interface, but for SSIF.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c
patch
|
blob
|
history
diff --git
a/drivers/char/ipmi/ipmi_ssif.c
b/drivers/char/ipmi/ipmi_ssif.c
index 2704470e021dc8bc600fdb4de691216dd8f987d3..6fffeb241f45f894bef7d8d8523976db794dbb4a 100644
(file)
--- a/
drivers/char/ipmi/ipmi_ssif.c
+++ b/
drivers/char/ipmi/ipmi_ssif.c
@@
-1472,6
+1472,7
@@
static bool check_acpi(struct ssif_info *ssif_info, struct device *dev)
if (acpi_handle) {
ssif_info->addr_source = SI_ACPI;
ssif_info->addr_info.acpi_info.acpi_handle = acpi_handle;
+ request_module("acpi_ipmi");
return true;
}
#endif