Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e384983 authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc: Lack of firmware flash support is not an error



Reduce the severity of the warning given when firmware flash is
not supported. Not all platforms have it.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent fd297b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}