aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/fsl_pamu_domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c
index 14d803a25e2f..c857c30da979 100644
--- a/drivers/iommu/fsl_pamu_domain.c
+++ b/drivers/iommu/fsl_pamu_domain.c
@@ -926,7 +926,7 @@ static struct iommu_group *get_shared_pci_device_group(struct pci_dev *pdev)
926 struct iommu_group *group; 926 struct iommu_group *group;
927 struct pci_bus *bus = pdev->bus; 927 struct pci_bus *bus = pdev->bus;
928 928
929 /* 929 /*
930 * Traverese the pci bus device list to get 930 * Traverese the pci bus device list to get
931 * the shared iommu group. 931 * the shared iommu group.
932 */ 932 */
@@ -996,7 +996,7 @@ static struct iommu_group *get_pci_device_group(struct pci_dev *pdev)
996 996
997 /* 997 /*
998 * Devices on the root bus go through the iommu. If that's not us, 998 * Devices on the root bus go through the iommu. If that's not us,
999 * find the next upstream device and test ACS up to the root bus. 999 * find the next upstream device and test ACS up to the root bus.
1000 * Finding the next device may require skipping virtual buses. 1000 * Finding the next device may require skipping virtual buses.
1001 */ 1001 */
1002 while (!pci_is_root_bus(dma_pdev->bus)) { 1002 while (!pci_is_root_bus(dma_pdev->bus)) {