commit | 5fedefb87bd0a64281d28edd295f29e3b989d78c | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Fri Apr 15 16:03:35 2011 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri May 13 19:39:46 2011 +0530 |
tree | 685ad5799aee56907febe1cd22aa240a90ff35a5 | |
parent | de7a2f9f7b6f5b48d8531ff4c9c9b95cab8a8ce8 [diff] |
dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called If dmaengine_terminate_all() is called for dma channel, then it doesn't make much sense to call registered callback routine. While in case of success or failure it must be called. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>