Re: [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling

2021-11-29 Thread Sinan Kaya
On 11/26/2021 8:22 PM, Thomas Gleixner wrote: There is no reason to walk the MSI descriptors to retrieve the interrupt number for a device. Use msi_get_virq() instead. Signed-off-by: Thomas Gleixner Cc: Sinan Kaya Cc:dmaeng...@vger.kernel.org Acked-by: Sinan Kaya

[patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling

2021-11-26 Thread Thomas Gleixner
There is no reason to walk the MSI descriptors to retrieve the interrupt number for a device. Use msi_get_virq() instead. Signed-off-by: Thomas Gleixner Cc: Sinan Kaya Cc: dmaeng...@vger.kernel.org --- drivers/dma/qcom/hidma.c | 42 ++ 1 file changed,