Skip to content

Commit

Permalink
powerpc: Lack of firmware flash support is not an error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jul 27, 2012
1 parent fd297b3 commit 0e38498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/rtas_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0e38498

Please sign in to comment.