diff options
Diffstat (limited to 'drivers/xen/swiotlb-xen.c')
| -rw-r--r-- | drivers/xen/swiotlb-xen.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c index 1afb4fba11b..4d519488d30 100644 --- a/drivers/xen/swiotlb-xen.c +++ b/drivers/xen/swiotlb-xen.c @@ -232,7 +232,7 @@ xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size,  		return ret;  	if (hwdev && hwdev->coherent_dma_mask) -		dma_mask = hwdev->coherent_dma_mask; +		dma_mask = dma_alloc_coherent_mask(hwdev, flags);  	phys = virt_to_phys(ret);  	dev_addr = xen_phys_to_bus(phys);  |