powerpc/pseries: Quieten ibm,pcie-link-speed-stats warning
authorAnton Blanchard <anton@samba.org>
Sun, 2 Nov 2014 21:18:06 +0000 (08:18 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 9 Nov 2014 22:59:33 +0000 (09:59 +1100)
The ibm,pcie-link-speed-stats isn't mandatory, so we shouldn't print
a high priority error message when missing. One example where we see
this is QEMU.

Reduce it to pr_debug.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/pci.c

index 67e4859..fe16a50 100644 (file)
@@ -134,7 +134,7 @@ int pseries_root_bridge_prepare(struct pci_host_bridge *bridge)
        of_node_put(pdn);
 
        if (rc) {
-               pr_err("no ibm,pcie-link-speed-stats property\n");
+               pr_debug("no ibm,pcie-link-speed-stats property\n");
                return 0;
        }