diff options
author | Sean Anderson <sean.anderson@linux.dev> | 2024-03-08 16:00:33 -0500 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-04-07 17:08:19 +0530 |
commit | 28ccf02caa199e02a6fbf605496bfb9ee73f872c (patch) | |
tree | bf0fb1c2f5f255c1cda12e70afd60ff970077cf8 /scripts/gdb/linux/vmalloc.py | |
parent | a20f10d6accb9f5096fa7a7296e5ae34f4562440 (diff) |
dma: xilinx_dpdma: Remove unnecessary use of irqsave/restore
xilinx_dpdma_chan_done_irq and xilinx_dpdma_chan_vsync_irq are always
called with IRQs disabled from xilinx_dpdma_irq_handler. Therefore we
don't need to save/restore the IRQ flags.
Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://lore.kernel.org/r/20240308210034.3634938-3-sean.anderson@linux.dev
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions