From: Viresh Kumar Date: Thu, 3 Mar 2011 10:17:17 +0000 (+0530) Subject: dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock X-Git-Tag: v2.6.39-rc1~203^2~12^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569432efa7975f5795efb8142134f5a098942381;p=pandora-kernel.git dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock Lock must be taken before calling dwc_scan_descriptors, as this may access/modify shared data and queues. dwc_tx_status wasn't taking lock before calling this routine. This patch add code that takes lock before calling dwc_scan_descriptors. Signed-off-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed