提交 b0356cd0 编写于 作者: B Bernhard Walle 提交者: Ingo Molnar

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: NBernhard Walle <bwalle@suse.de>
Cc: sassmann@suse.de
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 33be8333
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册