--- zzzz-none-000/linux-4.9.279/drivers/pci/pci-sysfs.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/drivers/pci/pci-sysfs.c 2023-02-08 11:43:42.000000000 +0000 @@ -13,8 +13,10 @@ * Modeled after usb's driverfs.c * */ - - +/* + * Includes Intel Corporation's changes/modifications dated: 2018. + * Changed/modified portions - Copyright (c) 2018, Intel Corporation. + */ #include #include #include @@ -356,7 +358,7 @@ return count; } static struct device_attribute dev_rescan_attr = __ATTR(rescan, - (S_IWUSR|S_IWGRP), + S_IWUSR, NULL, dev_rescan_store); static ssize_t remove_store(struct device *dev, struct device_attribute *attr, @@ -372,7 +374,7 @@ return count; } static struct device_attribute dev_remove_attr = __ATTR_IGNORE_LOCKDEP(remove, - (S_IWUSR|S_IWGRP), + S_IWUSR, NULL, remove_store); static ssize_t dev_bus_rescan_store(struct device *dev,