commit | f336e42f73d93b74fd21bf9176ee6c7ab8b195c5 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Thu Mar 03 15:47:16 2011 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Mar 07 01:12:27 2011 +0530 |
tree | fd42f601403891f212943fe3c186a30bc5698c0f | |
parent | cb689a706d17ef19a61735670ded60466dd015fa [diff] |
dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all dwc_complete_all and other routines was removing all descriptors from dwc->queue and pushing them to dwc->active_list. Only one was required to be removed. Also we are calling dwc_dostart, once list is fixed. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>