PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interrupt
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Wed, 18 Jul 2012 06:06:54 +0000 (14:06 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 7 Sep 2012 21:40:31 +0000 (15:40 -0600)
On some platforms, root port has neither MSI/MSI-X nor INTx interrupt
generated in RC mode. In this case, we have to use other interrupt, e.g.,
system shared interrupt, for port service IRQ to have AER, Hot-plug, etc.,
services work.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found