commit | f177a43121949b2c0ff7b0f775949e4cedafd721 | [log] [tgz] |
---|---|---|
author | Jeff Xie <chongguiguzi@gmail.com> | Wed Mar 20 00:45:19 2019 +0800 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Mar 25 21:52:28 2019 +0530 |
tree | 4c70c7d54541504596384ea3a0ba96c53340fdf3 | |
parent | 2ff25c1c3279b09b7f4ad1a06be5dc3b55d29027 [diff] |
dmaengine: xgene-dma: move spin_lock_bh to spin_lock in tasklet It is unnecessary to call spin_lock_bh in a tasklet. Signed-off-by: Jeff Xie <chongguiguzi@gmail.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>