summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/Kbuild
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2012-09-27 16:36:10 +0800
committerVinod Koul <vinod.koul@linux.intel.com>2012-10-24 16:30:38 +0530
commit26fd12209c08fe947be1828896ef4ffc5bd0e6df (patch)
treee090d4b01acb88ea3df678506191525492d1a947 /arch/mips/include/asm/Kbuild
parent5997e089e4c3a7f0958a8fb0a54ec2b5a6f06168 (diff)
downloadlinux-3.10-26fd12209c08fe947be1828896ef4ffc5bd0e6df.tar.gz
linux-3.10-26fd12209c08fe947be1828896ef4ffc5bd0e6df.tar.bz2
linux-3.10-26fd12209c08fe947be1828896ef4ffc5bd0e6df.zip
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
list_move_tail(&schan->queued, &schan->active) makes the list_empty(schan->queued) undefined, we either should change it to: list_move_tail(schan->queued.next, &schan->active) or list_move_tail(&sdesc->node, &schan->active) Signed-off-by: Barry Song <Baohua.Song@csr.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'arch/mips/include/asm/Kbuild')
0 files changed, 0 insertions, 0 deletions