]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6d9bd129f3b756b22819aa03f4368666e8bc941
tree655d622ebfafa5d4a2f02f911a7fb922e19bac4a
parentdbf5e60b4bb6954b3a9b5670146f799cfc3c5817
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