Arnd Bergmann 028e84a1de dmaengine: mxs: remove NO_IRQ check
The mxs_chan->chan_irq variable is guaranteed to never be NO_IRQ,
as it gets assigned the result of platform_get_irq() that returns
either a valid positive interrupt number, or a negative failure
code that leads to the channel not being used.

This removes the redundant check, eliminating one more instance
of NO_IRQ.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-09-05 16:40:52 +05:30
..
2016-07-23 16:07:29 +05:30
2016-07-16 20:10:17 +05:30
2016-07-28 15:45:17 -07:00
2016-03-24 23:13:48 -07:00
2016-07-12 10:09:53 +05:30
2016-09-05 16:40:52 +05:30
2016-07-28 15:45:17 -07:00
2016-09-05 16:40:52 +05:30
2016-05-27 15:26:11 -07:00
2015-11-10 10:05:17 -08:00