[ 43/54] dmaengine: sirf: fix a typo in moving running dma_desc to active queue

2012-10-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Barry Song commit 26fd12209c08fe947be1828896ef4ffc5bd0e6df upstream. list_move_tail(>queued, >active) makes the list_empty(schan->queued) undefined, we either should change it to:

[ 43/54] dmaengine: sirf: fix a typo in moving running dma_desc to active queue

2012-10-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Barry Song baohua.s...@csr.com commit 26fd12209c08fe947be1828896ef4ffc5bd0e6df upstream. list_move_tail(schan-queued, schan-active) makes the list_empty(schan-queued) undefined, we either