diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-05-03 16:15:07 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-20 18:46:20 +0100 |
| commit | 8edddc2cf3c1f8b96708df55e478d2181029f437 (patch) | |
| tree | b025e4ed738d9b70e3f6ecb1f2f007e9a4860037 /kernel | |
| parent | 9234fbbd778238725b35a6fb5ab6a8fa9953ecc6 (diff) | |
dmaengine: at_xdmac: remove a stray bottom half unlock
[ 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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
