PCI: Remove pci_set_dma_seg_boundary()
The two callers can just use dma_set_seg_boundary() directly. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:

committed by
Bjorn Helgaas

parent
18b01b16e8
commit
a6f44cf9f5
@@ -515,7 +515,7 @@ static int ism_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
if (ret)
|
||||
goto err_unmap;
|
||||
|
||||
pci_set_dma_seg_boundary(pdev, SZ_1M - 1);
|
||||
dma_set_seg_boundary(&pdev->dev, SZ_1M - 1);
|
||||
pci_set_dma_max_seg_size(pdev, SZ_1M);
|
||||
pci_set_master(pdev);
|
||||
|
||||
|
Reference in New Issue
Block a user