浏览代码

Merge branch 'topic/mv' into for-linus

Vinod Koul 7 年之前
父节点
当前提交
ca36ed0c45
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/dma/mv_xor.c

+ 2 - 2
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 *