commit | 1094f6d06703bd489cea444f9ba03bd4ef123acc | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 21 08:54:34 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 14:25:26 2019 +0100 |
tree | 48d6d299a778bee0a6956dc39e0efbc9702fca92 | |
parent | d61dfafc30b44dd55d886cda54543dd37cea3e13 [diff] |
PCI: pci-sysfs.c: convert to use BUS_ATTR_WO We are trying to get rid of BUS_ATTR() and the usage of that in pci-sysfs.c can be trivially converted to use BUS_ATTR_WO(), so use that instead. Cc: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>