commit | 37580559f314bfba0c8bdae002bc5c10088ac457 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Nov 17 13:37:07 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Dec 05 13:54:28 2015 +0530 |
tree | 8ebcb28d2ee2f5941c866a3eb51d0266f6c77f88 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
dmaengine: idma64: drop IRQ enable / disable in handler There is no need to disable interrupts in the IRQ handler. The driver guarantess that at one time only one descriptor is active, besides the fact that each call to the same channel will be serialized in idma64_chan_irq() handler anyway. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>