Commit 9f0257b3 authored by Joe Lawrence's avatar Joe Lawrence Committed by Corey Minyard
Browse files

ipmi: do not probe ACPI devices if si_tryacpi is unset



Extend the tryacpi module parameter to turn off acpi_ipmi_probe such
that hard-coded options (type, ports, address, etc.) have complete
control over the smi_info data structures setup by the driver.

Signed-off-by: default avatarJoe Lawrence <joe.lawrence@stratus.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent d9dffd2a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2690,6 +2690,9 @@ static int acpi_ipmi_probe(struct platform_device *dev)
	unsigned long long tmp;
	int rv = -EINVAL;

	if (!si_tryacpi)
	       return 0;

	handle = ACPI_HANDLE(&dev->dev);
	if (!handle)
		return -ENODEV;