Miquel Raynal 96891e90d1 dmaengine: xilinx: xdma: Fix interrupt vector setting
A couple of hardware registers need to be set to reflect which
interrupts have been allocated to the device. Each register is 32-bit
wide and can receive four 8-bit values. If we provide any other interrupt
number than four, the irq_num variable will never be 0 within the while
check and the while block will loop forever.

There is an easy way to prevent this: just break the for loop
when we reach "irq_num == 0", which anyway means all interrupts have
been processed.

Cc: stable@vger.kernel.org
Fixes: 17ce252266c7 ("dmaengine: xilinx: xdma: Add xilinx xdma driver")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Lizhi Hou <lizhi.hou@amd.com>
Link: https://lore.kernel.org/r/20230731101442.792514-2-miquel.raynal@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2023-08-07 00:01:41 +05:30
..
2023-02-24 17:18:54 -08:00
2023-05-24 12:24:32 +05:30
2023-05-03 11:11:56 -07:00
2023-07-06 09:48:31 -07:00
2022-09-29 12:24:16 +05:30
2023-02-24 17:18:54 -08:00
2023-01-16 09:26:06 +01:00
2023-02-24 17:18:54 -08:00
2023-05-03 11:11:56 -07:00
2023-05-24 12:24:32 +05:30
2021-12-13 13:18:48 +05:30
2023-02-24 17:18:54 -08:00