]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit5283456dad4a57fe1940cec4d7a99ac93ee3127f
treeb0b9a8561056d8b9ef1894369aa83b60312a6347
parent86adc39ffc9360eee43ff5913468620a3fdd7289
ARM: integrator: grab PCI error IRQ in probe()

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