ACPI: Use correct IRQ when uninstalling ACPI interrupt handler
authorChen Yu <yu.c.chen@intel.com>
Sat, 24 Oct 2015 17:02:19 +0000 (01:02 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 26 Oct 2015 03:39:25 +0000 (04:39 +0100)
commit49e4b84333f338d4f183f28f1f3c1131b9fb2b5a
treece656bcbb514d7d6004847e214f3c1c2fe03de2e
parent32b88194f71d6ae7768a29f87fbba454728273ee
ACPI: Use correct IRQ when uninstalling ACPI interrupt handler

Currently when the system is trying to uninstall the ACPI interrupt
handler, it uses acpi_gbl_FADT.sci_interrupt as the IRQ number.
However, the IRQ number that the ACPI interrupt handled is installed
for comes from acpi_gsi_to_irq() and that is the number that should
be used for the handler removal.

Fix this problem by using the mapped IRQ returned from acpi_gsi_to_irq()
as appropriate.

Cc: All applicable <stable@vger.kernel.org>
Acked-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c
include/linux/acpi.h
This page took 0.024752 seconds and 5 git commands to generate.