Re: [PATCH 1/3] dmaengine: hsu: Add missing call to 'pci_free_irq_vectors()' in probe and remove functions

2021-02-15 Thread Andy Shevchenko
On Sun, Feb 14, 2021 at 3:22 PM Dejin Zheng wrote: > > Call to 'pci_free_irq_vectors()' are missing both in the error handling > path of the probe function, and in the remove function. > Add them. > Fixes: e9bb8a9df316a2 ("dmaengine: hsu: pci: switch to new API for IRQ > allocation") Same as

[PATCH 1/3] dmaengine: hsu: Add missing call to 'pci_free_irq_vectors()' in probe and remove functions

2021-02-14 Thread Dejin Zheng
Call to 'pci_free_irq_vectors()' are missing both in the error handling path of the probe function, and in the remove function. Add them. Fixes: e9bb8a9df316a2 ("dmaengine: hsu: pci: switch to new API for IRQ allocation") Signed-off-by: Dejin Zheng --- drivers/dma/hsu/pci.c | 5 - 1 file