Re: [kernel] powerpc/lpar/debug: Initialize flags before printing debug message
From: Michael Ellerman <hidden>
Date: 2018-03-28 14:13:19
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>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a8c0bf3c621e0acc01451e27fe47c4 cheers