diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-05-03 15:15:07 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-05-04 12:41:02 +0200 |
commit | 0b515abb6b7eb08e90bdfc01fc8fbdd112c15d81 (patch) | |
tree | 30da3371a404f49731fb1bc3e4bc6578192f80b0 /drivers/sfi | |
parent | dmaengine: fsl-edma: Adjust indentation (diff) | |
download | linux-0b515abb6b7eb08e90bdfc01fc8fbdd112c15d81.tar.xz linux-0b515abb6b7eb08e90bdfc01fc8fbdd112c15d81.zip |
dmaengine: at_xdmac: remove a stray bottom half unlock
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>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions