]> mj.ucw.cz Git - pciutils.git/commitdiff
sysfs: Adjusted handling of PCI_FILL_IOMMU_GROUP to recent flag semantics
authorMartin Mares <mj@ucw.cz>
Tue, 26 May 2020 16:13:19 +0000 (18:13 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 26 May 2020 16:13:19 +0000 (18:13 +0200)
lib/sysfs.c

index 47e1e8062723a4e171183a23da574f881bdaeeb4..fb6424105e84d927c03270546ee410979ed1ed60 100644 (file)
@@ -362,6 +362,7 @@ sysfs_fill_info(struct pci_dev *d, unsigned int flags)
           pci_set_property(d, PCI_FILL_IOMMU_GROUP, basename(group_link));
           free(group_link);
         }
+      done |= PCI_FILL_IOMMU_GROUP;
     }
 
   if (flags & PCI_FILL_DT_NODE)