git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f336e42
)
dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock
author
Viresh Kumar
<viresh.kumar@st.com>
Thu, 3 Mar 2011 10:17:17 +0000
(15:47 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Sun, 6 Mar 2011 19:42:27 +0000
(
01:12
+0530)
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 <viresh.kumar@st.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found