]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dmaengine: at_xdmac: remove a stray bottom half unlock
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 3 May 2019 13:15:07 +0000 (16:15 +0300)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 26 Nov 2019 12:17:00 +0000 (13:17 +0100)
commit5ff2d746b32c5658e0330614bd862b0698650328
treec10cc24ac78e9f791fa8bad7b467a18b72be2509
parent19d3a3dea19f10d8c68448fdfdd50539ac040ec3
dmaengine: at_xdmac: remove a stray bottom half unlock

BugLink: https://bugs.launchpad.net/bugs/1853915
[ Upstream commit 0b515abb6b7eb08e90bdfc01fc8fbdd112c15d81 ]

We switched this code from spin_lock_bh() to vanilla spin_lock() but
there was one stray spin_unlock_bh() that was overlooked.  This
patch converts it to spin_unlock() as well.

Fixes: d8570d018f69 ("dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/dma/at_xdmac.c