[PATCH 1/3] powerpc/powernv: only register log if OPAL supports doing so

2015-02-17 Thread Stewart Smith
Correct use of REGISTER/UNREGISTER is to check if the token exists before calling. If we don't we get a "OPAL: Called with bad token 101 !" error, which is harmless but may be alarming to some. Signed-off-by: Stewart Smith --- arch/powerpc/platforms/powernv/opal.c |6 +- 1 file changed,

Re: [PATCH 1/3] powerpc/powernv: only register log if OPAL supports doing so

2015-02-12 Thread Vasant Hegde
On 02/12/2015 10:55 AM, Stewart Smith wrote: > Correct use of REGISTER/UNREGISTER is to check if the token exists > before calling. If we don't we get a "OPAL: Called with bad token 101 !" > error, which is harmless but may be alarming to some. > > Signed-off-by: Stewart Smith Acked-by: Vasant H

[PATCH 1/3] powerpc/powernv: only register log if OPAL supports doing so

2015-02-11 Thread Stewart Smith
Correct use of REGISTER/UNREGISTER is to check if the token exists before calling. If we don't we get a "OPAL: Called with bad token 101 !" error, which is harmless but may be alarming to some. Signed-off-by: Stewart Smith --- arch/powerpc/platforms/powernv/opal.c |6 +- 1 file changed,