From: Viresh Kumar Date: Thu, 3 Mar 2011 10:17:16 +0000 (+0530) Subject: dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all X-Git-Tag: v2.6.39-rc1~203^2~12^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f336e42f73d93b74fd21bf9176ee6c7ab8b195c5;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed