Re: [kernel] powerpc/lpar/debug: Initialize flags before printing debug message
From: Michael Ellerman <hidden> Date: 2018-03-28 14:13:19
On Tue, 2018-01-09 at 05:52:14 UTC, 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 <redacted>