diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-12-12 20:25:02 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-12-12 20:25:02 +0300 |
commit | 2f0f3733c4c6376853bfc2f4801888bcbc99308f (patch) | |
tree | cad26b50b010b69f205f9e4f452fd20ad58f522c /drivers/pci/host/pcie-hisi.c | |
parent | 5e0ad9f68653b711f9f4bec9a7f4d579842fd796 (diff) | |
parent | fb26592301200dbbe4a9943fe188b57a46716900 (diff) | |
download | linux-2f0f3733c4c6376853bfc2f4801888bcbc99308f.tar.xz |
Merge branch 'pci/enumeration' into next
* pci/enumeration:
PCI: Warn on possible RW1C corruption for sub-32 bit config writes
PCI: Create revision file in sysfs
Diffstat (limited to 'drivers/pci/host/pcie-hisi.c')
-rw-r--r-- | drivers/pci/host/pcie-hisi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-hisi.c b/drivers/pci/host/pcie-hisi.c index 9bfa1ab27365..07e82256efbf 100644 --- a/drivers/pci/host/pcie-hisi.c +++ b/drivers/pci/host/pcie-hisi.c @@ -293,8 +293,6 @@ static int hisi_pcie_probe(struct platform_device *pdev) if (ret) return ret; - dev_warn(dev, "only 32-bit config accesses supported; smaller writes may corrupt adjacent RW1C fields\n"); - return 0; } |