mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>,
	Russell King <linux@arm.linux.org.uk>,
	Paul Mackerras <paulus@samba.org>,
	Gavin Shan <gwshan@linux.vnet.ibm.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] printk: Use symbolic defines for console loglevels instead of numbers
Date: Mon, 16 Mar 2015 21:44:19 +1100	[thread overview]
Message-ID: <1426502659.4716.5.camel@ellerman.id.au> (raw)
In-Reply-To: <1426496494-25435-1-git-send-email-kuleshovmail@gmail.com>

On Mon, 2015-03-16 at 15:01 +0600, Alexander Kuleshov wrote:
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
> ---
> diff --git a/arch/powerpc/kernel/udbg.c b/arch/powerpc/kernel/udbg.c
> index b7aa072..5525a85 100644
> --- a/arch/powerpc/kernel/udbg.c
> +++ b/arch/powerpc/kernel/udbg.c
> @@ -76,7 +76,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

Acked-by: Michael Ellerman <mpe@ellerman.id.au>

cheers



  parent reply	other threads:[~2015-03-16 10:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16  9:01 Alexander Kuleshov
2015-03-16  9:20 ` Geert Uytterhoeven
2015-03-16 10:50   ` Alexander Kuleshov
2015-03-16 11:02     ` Geert Uytterhoeven
2015-03-16 10:44 ` Michael Ellerman [this message]
2015-03-16 15:09 ` Joe Perches
2015-03-17 10:59   ` Alexander Kuleshov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426502659.4716.5.camel@ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=geert@linux-m68k.org \
    --cc=gwshan@linux.vnet.ibm.com \
    --cc=kuleshovmail@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=paulus@samba.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome