dmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet
authorBarry Song <21cnbao@gmail.com>
Fri, 17 Aug 2018 13:02:02 +0000 (06:02 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 3 Sep 2018 10:53:31 +0000 (16:23 +0530)
commitcbc229a47c82052677cac3066db7cb90aa8ffdc2
tree511c0a69ad8eb41430bec217fbac5e8ce608e087
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
dmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet

as you are already in a tasklet, it is unnecessary to call spin_lock_bh.

Signed-off-by: Barry Song <21cnbao@gmail.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mv_xor.c