]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet
authorBarry Song <21cnbao@gmail.com>
Fri, 17 Aug 2018 13:03:43 +0000 (06:03 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 3 Sep 2018 10:54:05 +0000 (16:24 +0530)
commit8e243c4f40ee0b70fc9ef678b5b44ad6415bdaf5
treef8547f1a2c3df75c2aac055fd74136f81a794b0f
parentf030a7bb7b1f7de16c1c716a587185e209e25800
dmaengine: at_xdmac: 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>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_xdmac.c