Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31013fa9 authored by Nicholas Krause's avatar Nicholas Krause Committed by Corey Minyard
Browse files

drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c



Removes a no longer needed FIXME comment in the function,acpi_gpe_irq_setup
for the file,ipmi_si_intf.c. This comment is no longer needed as clearly we
are passing the correct level of  ACPI_GPE_LEVEL_TRIGGERED to the installer
function,acpi_install_gpe_handler due to no breakage after years of using
this ACPI level in the function,acpi_install_gpe_handler.

Signed-off-by: default avatarNicholas Krause <xerofoify@gmail.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent bb82d90e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2071,7 +2071,6 @@ static int acpi_gpe_irq_setup(struct smi_info *info)
	if (!info->irq)
		return 0;

	/* FIXME - is level triggered right? */
	status = acpi_install_gpe_handler(NULL,
					  info->irq,
					  ACPI_GPE_LEVEL_TRIGGERED,