[PATCH 0/3] Add missing call to 'pci_free_irq_vectors()'
From: Dejin Zheng
Date: Sun Feb 14 2021 - 08:22:53 EST
This patchset just for add missing call to 'pci_free_irq_vectors()' in
the error handling path of the probe function, or in the remove function.
Dejin Zheng (3):
dmaengine: hsu: Add missing call to 'pci_free_irq_vectors()' in probe
and remove functions
dmaengine: dw-edma: Add missing call to 'pci_free_irq_vectors()' in
probe function
dmaengine: hisilicon: Add missing call to 'pci_free_irq_vectors()' in
probe function
drivers/dma/dw-edma/dw-edma-pcie.c | 15 +++++++++++----
drivers/dma/hisi_dma.c | 14 ++++++++++----
drivers/dma/hsu/pci.c | 5 ++++-
3 files changed, 25 insertions(+), 9 deletions(-)
--
2.25.0