Skip to content
Snippets Groups Projects
Commit abf3b7bd authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Kill stray PGLIST_NENTS check in pci_sun4v.c


I forgot to remove the one in pci_4v_map_sg() during the
iommu batching commit.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 39334a4b
No related branches found
No related tags found
No related merge requests found
......@@ -485,8 +485,6 @@ static int pci_4v_map_sg(struct pci_dev *pdev, struct scatterlist *sglist, int n
/* Step 1: Prepare scatter list. */
npages = prepare_sg(sglist, nelems);
if (unlikely(npages > PGLIST_NENTS))
goto bad;
/* Step 2: Allocate a cluster and context, if necessary. */
spin_lock_irqsave(&iommu->lock, flags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment