PCI: rockchip: remove the warning log of 32bit-access only
authorShawn Lin <shawn.lin@rock-chips.com>
Fri, 10 Mar 2017 03:10:19 +0000 (11:10 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 16 Mar 2017 03:25:14 +0000 (11:25 +0800)
That prevents me from doing git-am or git-cp patches from
linux-pci, but it was removed by a patch involving some other
platforms as well as a pci-core change, so I won't touch anything
else but pcie-rockchip.

Change-Id: I4268204b4c1d173a385bed8d1b6f7305bef0b5eb
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/pci/host/pcie-rockchip.c

index 8ada33767834e9fe81abb91c2bce6454592dcf98..fc7078d5b1b2a305c609cc9b3b2ef2a238a8b7d9 100644 (file)
@@ -1397,9 +1397,6 @@ static int rockchip_pcie_probe(struct platform_device *pdev)
                pcie_bus_configure_settings(child);
 
        pci_bus_add_devices(bus);
-
-       dev_warn(dev, "only 32-bit config accesses supported; smaller writes may corrupt adjacent RW1C fields\n");
-
        return err;
 
 err_vpcie: