Re: [PATCH] powerpc/rtasd: Improve unknown error logging

2018-10-09 Thread Vasant Hegde
On 10/10/2018 10:53 AM, Oliver O'Halloran wrote: Currently when we get an unknown RTAS event it prints the type as "Unknown" and no other useful information. Add the raw type code to the log message so that we have something to work off. Yeah. Useful one. Reviewed-by: Vasant Hegde -Vasant

[PATCH] powerpc/rtasd: Improve unknown error logging

2018-10-09 Thread Oliver O'Halloran
Currently when we get an unknown RTAS event it prints the type as "Unknown" and no other useful information. Add the raw type code to the log message so that we have something to work off. Signed-off-by: Oliver O'Halloran --- arch/powerpc/kernel/rtasd.c | 6 -- 1 file changed, 4