diff options
Diffstat (limited to 'drivers/parisc/sba_iommu.c')
-rw-r--r-- | drivers/parisc/sba_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index e527a0e1d6c0..d06627c3f353 100644 --- a/drivers/parisc/sba_iommu.c +++ b/drivers/parisc/sba_iommu.c | |||
@@ -946,7 +946,7 @@ sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, | |||
946 | ** w/o this association, we wouldn't have coherent DMA! | 946 | ** w/o this association, we wouldn't have coherent DMA! |
947 | ** Access to the virtual address is what forces a two pass algorithm. | 947 | ** Access to the virtual address is what forces a two pass algorithm. |
948 | */ | 948 | */ |
949 | coalesced = iommu_coalesce_chunks(ioc, sglist, nents, sba_alloc_range); | 949 | coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, sba_alloc_range); |
950 | 950 | ||
951 | /* | 951 | /* |
952 | ** Program the I/O Pdir | 952 | ** Program the I/O Pdir |