Revert "PCI: Reduce warnings on possible RW1C corruption"

This reverts commit e37d269734.

It breaks the kernel abi so revert it for now.  We will add it back
later at the next kabi update.

Bug: 161946584
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ib838120a97e202ad9c407552bbc978030a9a43b3
This commit is contained in:
Greg Kroah-Hartman
2022-04-12 16:29:13 +02:00
parent 5cc70dfa47
commit 7be3754601
2 changed files with 3 additions and 7 deletions

View File

@@ -656,7 +656,6 @@ struct pci_bus {
struct bin_attribute *legacy_io; /* Legacy I/O for this bus */
struct bin_attribute *legacy_mem; /* Legacy mem */
unsigned int is_added:1;
unsigned int unsafe_warn:1; /* warned about RW1C config write */
};
#define to_pci_bus(n) container_of(n, struct pci_bus, dev)