ARM: integrator: grab PCI error IRQ in probe()
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2013 12:02:57 +0000 (14:02 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Jun 2013 06:04:36 +0000 (08:04 +0200)
This moves the request of the PCI error interrupt to the probe()
function for the device, uses the devm* managed call and switch
to a dev_err() error print.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/pci_v3.c

Simple merge