OSDN Git Service

dmaengine: qcom: gpi: move read_lock_bh to read_lock in tasklet
authorTuo Cao <91tuocao@gmail.com>
Sun, 14 Aug 2022 13:13:23 +0000 (21:13 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 29 Sep 2022 06:51:33 +0000 (12:21 +0530)
commitc10a7777dd30e36a0105055cc393aad7c35a9713
treefb8dfb5a61cab65967f08e6e81f1e64399d446b7
parent26696d4657167112a1079f86cba1739765c1360e
dmaengine: qcom: gpi: move read_lock_bh to read_lock in tasklet

it is unnecessary to call read_lock_bh in a tasklet.

Signed-off-by: Tuo Cao <91tuocao@gmail.com>
Link: https://lore.kernel.org/r/20220814131323.7029-1-91tuocao@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/qcom/gpi.c