mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
PCI: rockchip: remove the warning log of 32bit-access only
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user