]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
powerpc: Lack of firmware flash support is not an error
authorAnton Blanchard <anton@samba.org>
Sun, 22 Jul 2012 20:42:32 +0000 (20:42 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 27 Jul 2012 01:42:33 +0000 (11:42 +1000)
Reduce the severity of the warning given when firmware flash is
not supported. Not all platforms have it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/rtas_flash.c

index 4174b4b232461bf1b113327edb8a2a36aad14e90..2c0ee6405633f7f7240d3a20c464daab8146ea45 100644 (file)
@@ -709,7 +709,7 @@ static int __init rtas_flash_init(void)
 
        if (rtas_token("ibm,update-flash-64-and-reboot") ==
                       RTAS_UNKNOWN_SERVICE) {
-               printk(KERN_ERR "rtas_flash: no firmware flash support\n");
+               pr_info("rtas_flash: no firmware flash support\n");
                return 1;
        }