summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2018-10-24 10:16:08 +0200
committerVinod Koul <vkoul@kernel.org>2018-10-24 10:16:08 +0200
commitca36ed0c4547e954f8cac9dfc5a647fb4dbd243c (patch)
treed83015ae8ce1ccbcbb0dc38a4fc633c24815d811 /drivers/dma
parentMerge branch 'topic/jz' into for-linus (diff)
parentdmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet (diff)
downloadlinux-ca36ed0c4547e954f8cac9dfc5a647fb4dbd243c.tar.xz
linux-ca36ed0c4547e954f8cac9dfc5a647fb4dbd243c.zip
Merge branch 'topic/mv' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/mv_xor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c
index 969534c1a6c6..7f595355fb79 100644
--- a/drivers/dma/mv_xor.c
+++ b/drivers/dma/mv_xor.c
@@ -348,9 +348,9 @@ static void mv_xor_tasklet(unsigned long data)
{
struct mv_xor_chan *chan = (struct mv_xor_chan *) data;
- spin_lock_bh(&chan->lock);
+ spin_lock(&chan->lock);
mv_chan_slot_cleanup(chan);
- spin_unlock_bh(&chan->lock);
+ spin_unlock(&chan->lock);
}
static struct mv_xor_desc_slot *