Commit 4fbd1514 authored by Yann Droneaud's avatar Yann Droneaud Committed by Len Brown

[ACPI] check acpi_disabled in IPMI

Signed-off-by: default avatarYann Droneaud <ydroneaud@mandriva.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a18ecf41
......@@ -1484,6 +1484,9 @@ static int try_init_acpi(int intf_num, struct smi_info **new_info)
char *io_type;
u8 addr_space;
if (acpi_disabled)
return -ENODEV;
if (acpi_failure)
return -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment