RE: [PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page

2020-09-24 Thread Gustavo Pimentel
On Thu, Sep 24, 2020 at 12:5:57, Jisheng Zhang wrote: > In dw_pcie_free_msi(), call dma_unmap_page() before freeing. > > Signed-off-by: Jisheng Zhang > --- > drivers/pci/controller/dwc/pcie-designware-host.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git

[PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page

2020-09-24 Thread Jisheng Zhang
In dw_pcie_free_msi(), call dma_unmap_page() before freeing. Signed-off-by: Jisheng Zhang --- drivers/pci/controller/dwc/pcie-designware-host.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pcie-designware-host.c