Commit fae1383b authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Michael Ellerman
Browse files

powerpc: use a CONSOLE_LOGLEVEL_DEBUG macro



Use a CONSOLE_LOGLEVEL_DEBUG macro for console_loglevel rather
than a naked number.

Signed-off-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 1c7fc5cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ void __init udbg_early_init(void)
#endif

#ifdef CONFIG_PPC_EARLY_DEBUG
	console_loglevel = 10;
	console_loglevel = CONSOLE_LOGLEVEL_DEBUG;

	register_early_udbg_console();
#endif