lkml.org 
[lkml]   [2014]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 1/1 RESEND] arch/m68k/apollo/config.c: convert printk to pr_foo()
From
On Sat, May 10, 2014 at 12:40 PM, Fabian Frederick <fabf@skynet.be> wrote:
> no level printk converted to pr_info
>
> This is untested
>
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Thanks, will queue for v3.16...

> --- a/arch/m68k/apollo/config.c
> +++ b/arch/m68k/apollo/config.c
> @@ -65,8 +65,8 @@ int __init apollo_parse_bootinfo(const struct bi_record *record)
>
> static void __init dn_setup_model(void)
> {
> - printk("Apollo hardware found: ");
> - printk("[%s]\n", apollo_models[apollo_model - APOLLO_DN3000]);
> + pr_info("Apollo hardware found: ");
> + pr_cont("[%s]\n", apollo_models[apollo_model - APOLLO_DN3000]);

...with this merged into one line.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


\
 
 \ /
  Last update: 2014-05-12 10:01    [W:0.042 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site