diff options
author | 2024-05-09 14:02:11 +0300 | |
---|---|---|
committer | 2024-06-11 23:55:34 +0530 | |
commit | f8f530ba429a334fe1a28714787f8a98e90777ec (patch) | |
tree | 9ded3f90d9c475f31455dca6f00db079d108ba6f /scripts/gdb/linux/utils.py | |
parent | dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM (diff) | |
download | wireguard-linux-f8f530ba429a334fe1a28714787f8a98e90777ec.tar.xz wireguard-linux-f8f530ba429a334fe1a28714787f8a98e90777ec.zip |
dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()
The calls write_lock/unlock_irq() disables and re-enables the IRQs.
Calling spin_lock_irqsave() and spin_lock_restore() when the IRQs are
already disabled doesn't do anything and just makes the code confusing.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/8be473eb-65e0-42b4-b574-e61c3a7f62d8@moroto.mountain
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions