dmaengine: moxart: remove NO_IRQ
authorArnd Bergmann <arnd@arndb.de>
Fri, 2 Sep 2016 21:41:10 +0000 (23:41 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 5 Sep 2016 11:10:52 +0000 (16:40 +0530)
commit2d9e31b9412cfcb432c1815fef0f72bc0a45542b
tree08bfb2da1d55e98b89e4286be3ec702424b98134
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
dmaengine: moxart: remove NO_IRQ

The use of NO_IRQ is incorrect here and should never have been there,
as irq_of_parse_and_map() returns '0' on failure, not NO_IRQ.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/moxart-dma.c
This page took 0.026514 seconds and 5 git commands to generate.