All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: Lack of firmware flash support is not an error
@ 2012-07-23  6:42 Anton Blanchard
  0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2012-07-23  6:42 UTC (permalink / raw)
  To: benh, paulus; +Cc: linuxppc-dev


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>
---

Index: b/arch/powerpc/kernel/rtas_flash.c
===================================================================
--- a/arch/powerpc/kernel/rtas_flash.c
+++ b/arch/powerpc/kernel/rtas_flash.c
@@ -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;
 	}
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-23  6:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23  6:42 [PATCH] powerpc: Lack of firmware flash support is not an error Anton Blanchard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.