Skip to content
Commit 28ccf02c authored by Sean Anderson's avatar Sean Anderson Committed by Vinod Koul
Browse files

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: default avatarSean Anderson <sean.anderson@linux.dev>
Reviewed-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://lore.kernel.org/r/20240308210034.3634938-3-sean.anderson@linux.dev
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent a20f10d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment