Re: [PATCH] powerpc/powernv: Silence SYSPARAM warning on boot

2015-05-01 Thread Neelesh Gupta
On 04/30/2015 09:20 AM, Joel Stanley wrote: OpenPower BMC machines do not place any sysparams in the device tree, so at every boot we get a warning: [0.437176] SYSPARAM: Opal sysparam node not found Remove the warning, and reorder the init so we don't peform allocations when there is no

[PATCH] powerpc/powernv: Silence SYSPARAM warning on boot

2015-04-29 Thread Joel Stanley
OpenPower BMC machines do not place any sysparams in the device tree, so at every boot we get a warning: [0.437176] SYSPARAM: Opal sysparam node not found Remove the warning, and reorder the init so we don't peform allocations when there is no sysparam node in the device tree. Signed-off-by