aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorNicholas Krause <xerofoify@gmail.com>2014-12-29 21:54:27 -0500
committerCorey Minyard <cminyard@mvista.com>2015-02-19 19:54:51 -0600
commit31013fa92c3a334f45dc13f4fffd5a7f0d5edca6 (patch)
treedec4abe444008e71c554e245086a9fa68c1a1038 /drivers/char
parentchar: ipmi: Remove obsolete cleanup for clientdata (diff)
downloadlinux-dev-31013fa92c3a334f45dc13f4fffd5a7f0d5edca6.tar.xz
linux-dev-31013fa92c3a334f45dc13f4fffd5a7f0d5edca6.zip
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: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/ipmi/ipmi_si_intf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index 967b73aa4e66..2969c3fdc7c2 100644
--- a/drivers/char/ipmi/ipmi_si_intf.c
+++ b/drivers/char/ipmi/ipmi_si_intf.c
@@ -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,