]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: pci.c: convert to use BUS_ATTR_RW
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2018 07:54:33 +0000 (08:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 13:25:25 +0000 (14:25 +0100)
commitd61dfafc30b44dd55d886cda54543dd37cea3e13
tree3f9877d03ceab5e7c6039bc2f8fa0dd3999dbf93
parent21acc07d33a968a74111a98c8221069dcabf5d95
PCI: pci.c: convert to use BUS_ATTR_RW

We are trying to get rid of BUS_ATTR() and the usage of that in pci.c
can be trivially converted to use BUS_ATTR_RW(), so use that instead.

Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/pci.c