[PATCH 3/5] powerpc: Reduce log level of "OPAL detected !" message

Stewart Smith stewart at linux.vnet.ibm.com
Tue Jan 16 11:59:49 AEDT 2018


Benjamin Herrenschmidt <benh at kernel.crashing.org> writes:
> This message isn't terribly useful.
>
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>

Acked-by: Stewart Smith <stewart at linux.vnet.ibm.com>

> --- a/arch/powerpc/platforms/powernv/opal.c
> +++ b/arch/powerpc/platforms/powernv/opal.c
> @@ -127,7 +127,7 @@ int __init early_init_dt_scan_opal(unsigned long node,
>
>  	if (of_flat_dt_is_compatible(node, "ibm,opal-v3")) {
>  		powerpc_firmware_features |= FW_FEATURE_OPAL;
> -		pr_info("OPAL detected !\n");
> +		pr_debug("OPAL detected !\n");

I've been meaning to add in a thing to grab the version from the device
tree and print that too.

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Linuxppc-dev mailing list