PCI: spear13xx: Fix platform_get_irq() error handling
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 31 Aug 2017 17:52:05 +0000 (14:52 -0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Sep 2017 18:33:17 +0000 (13:33 -0500)
commit343ce0cdfae16828d18e9228e26dd19ecc3a457f
treedbb677bd7462ef3cffeaef768e6219d90061abf9
parent16f73eb02d7e1765ccab3d2018e0bd98eb93d973
PCI: spear13xx: Fix platform_get_irq() error handling

platform_get_irq() returns a negative number on failure, so adjust the
logic to detect such condition and propagate the real error value on
failure.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Pratyush Anand <pratyush.anand@gmail.com>
drivers/pci/dwc/pcie-spear13xx.c