dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
authorYunbo Yu <yuyunbo519@gmail.com>
Wed, 20 Apr 2022 12:27:54 +0000 (20:27 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 22 Apr 2022 07:26:41 +0000 (12:56 +0530)
commit99faef48e7a3f878848a2d711af710e36fadbd6e
tree655d622ebfafa5d4a2f02f911a7fb922e19bac4a
parent63c14ae6c161dec8ff3be49277edc75a769e054a
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()

It is unnecessary to call spin_lock_bh() for that you are already
in a tasklet.

Signed-off-by: Yunbo Yu <yuyunbo519@gmail.com>
Link: https://lore.kernel.org/r/20220420122754.148359-1-yuyunbo519@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mv_xor_v2.c