Skip to content

Commit

Permalink
Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added
Browse files Browse the repository at this point in the history
This is similar to the recent patch for the SI interface, but for SSIF.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed May 18, 2020
1 parent 429b00f commit e641abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/ipmi/ipmi_ssif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e641abd

Please sign in to comment.