commit | 2f432823ec6e693d7b934e805ce1838f41d66ce7 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Sat Apr 30 16:57:48 2011 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon May 02 15:42:09 2011 +0530 |
tree | d3081ac9ae558e05b18f9df49a9c127bf8dc45de | |
parent | cc52a10a048fc1fbe4ffba58c2f0afc79ae0f56f [diff] |
dmaengine: at_hdmac: remove channel status testing in tasklet There is no need to test if channel is enabled in tasklet: - in error path, channel is disabled in interrupt routine - in normal path, this test is performed in sub functions to report a misuse of the engine. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>