]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: sirf: fix a typo in dma_prep_interleaved
authorBarry Song <Baohua.Song@csr.com>
Thu, 27 Sep 2012 08:35:38 +0000 (16:35 +0800)
committerVinod Koul <vinod.koul@linux.intel.com>
Wed, 24 Oct 2012 11:00:37 +0000 (16:30 +0530)
commit5997e089e4c3a7f0958a8fb0a54ec2b5a6f06168
tree542db59853e0704a20f39d432f42ade1b8454dbb
parent720dfd250e48a8c7fd1b2b8645955413989c4ee0
dmaengine: sirf: fix a typo in dma_prep_interleaved

either DEV_TO_MEM or MEM_TO_DEV is supported, so change
OR to AND.

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>
drivers/dma/sirf-dma.c