diff options
Diffstat (limited to 'drivers/pci/controller/pcie-rcar-host.c')
| -rw-r--r-- | drivers/pci/controller/pcie-rcar-host.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controller/pcie-rcar-host.c index 4d1c4b24e537..a728e8f9ad3c 100644 --- a/drivers/pci/controller/pcie-rcar-host.c +++ b/drivers/pci/controller/pcie-rcar-host.c @@ -735,7 +735,7 @@ static int rcar_pcie_enable_msi(struct rcar_pcie_host *host)  	}  	/* setup MSI data target */ -	msi->pages = __get_free_pages(GFP_KERNEL, 0); +	msi->pages = __get_free_pages(GFP_KERNEL | GFP_DMA32, 0);  	rcar_pcie_hw_enable_msi(host);  	return 0;  | 
