]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pci: Fix broken INTx configuration via OF
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 9 Feb 2018 06:23:58 +0000 (17:23 +1100)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 10 Feb 2018 17:49:56 +0000 (11:49 -0600)
commit22dfbf5853f044a501c59d012a107d90bd8e395c
tree9e08bfbbbd4c88bdb011602607a5ae6275299616
parentdbf7a36be4af8bc5e61fb4b8d253c3149e8aec1a
powerpc/pci: Fix broken INTx configuration via OF

a9e1dbafbbe8 ("powerpc/pci: Use of_irq_parse_and_map_pci() helper")
replaced of_irq_parse_pci() + irq_create_of_mapping() with
of_irq_parse_and_map_pci(), but neglected to capture the virq
returned by irq_create_of_mapping(), so virq remained zero, which
caused INTx configuration to fail.

Save the virq value returned by of_irq_parse_and_map_pci() and correct
the virq declaration to match the of_irq_parse_and_map_pci() signature.

Fixes: a9e1dbafbbe8 "powerpc/pci: Use of_irq_parse_and_map_pci() helper"
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
[bhelgaas: changelog]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/powerpc/kernel/pci-common.c