]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: axi-dmac: Propagate errors from platform_get_irq()
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 1 Jul 2016 15:45:57 +0000 (17:45 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 1 Jul 2016 17:26:41 +0000 (22:56 +0530)
commit50dc60a25597e10a731c8a0813cb3e88db345f54
treef5e6e95732f1626695bd632869ff7263e3487e19
parent9bcfe38f58a442d512d3f3e5a7dfab9bc6797c3d
dmaengine: axi-dmac: Propagate errors from platform_get_irq()

Propagate errors returned by platform_get_irq() to the driver core. This
will enable proper probe deferring for the driver in case the IRQ provider
has not been registered yet.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dma-axi-dmac.c