From: Martin Mares Date: Tue, 26 May 2020 16:13:19 +0000 (+0200) Subject: sysfs: Adjusted handling of PCI_FILL_IOMMU_GROUP to recent flag semantics X-Git-Tag: v3.7.0~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=74b25ecaf8c6d9f8766dcfcdd5c1903b8ec77d92;p=pciutils.git sysfs: Adjusted handling of PCI_FILL_IOMMU_GROUP to recent flag semantics --- diff --git a/lib/sysfs.c b/lib/sysfs.c index 47e1e80..fb64241 100644 --- a/lib/sysfs.c +++ b/lib/sysfs.c @@ -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)