Re: [PATCH kernel] powerpc/lpar/debug: Initialize flags before printing debug message

2018-02-14 Thread Alexey Kardashevskiy
On 09/01/18 16:52, Alexey Kardashevskiy wrote: > With enabled DEBUG, there is a compile error: > "error: ‘flags’ is used uninitialized in this function". > > This moves pr_devel() little further where @flags are initialized. > > Signed-off-by: Alexey Kardashevskiy Ping? > ---

[PATCH kernel] powerpc/lpar/debug: Initialize flags before printing debug message

2018-01-08 Thread Alexey Kardashevskiy
With enabled DEBUG, there is a compile error: "error: ‘flags’ is used uninitialized in this function". This moves pr_devel() little further where @flags are initialized. Signed-off-by: Alexey Kardashevskiy --- /home/aik/p/guest-kernel/arch/powerpc/platforms/pseries/lpar.c: In