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

Commit b0356cd0 authored by Bernhard Walle's avatar Bernhard Walle Committed by Ingo Molnar
Browse files

pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalent, warning fix



This patch just fixes the compiler warning:

  drivers/pci/quirks.c: In function ‘quirk_reroute_to_boot_interrupts_intel’:
  drivers/pci/quirks.c:1375: warning: unused variable ‘i’

Signed-off-by: default avatarBernhard Walle <bwalle@suse.de>
Cc: sassmann@suse.de
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 33be8333
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1372,8 +1372,6 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x260b, quirk_intel_pcie_pm);
 */
static void quirk_reroute_to_boot_interrupts_intel(struct pci_dev *dev)
{
	int i;

	if (noioapicquirk)
		return;