[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMuHMdVWcdLibyXe6mUNigRV4Li7qwC+kjwEK5P-vxiix6RdSA@mail.gmail.com>
Date: Mon, 12 May 2014 09:21:27 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Fabian Frederick <fabf@...net.be>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
akpm <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/1 RESEND] arch/m68k/apollo/config.c: convert printk to pr_foo()
On Sat, May 10, 2014 at 12:40 PM, Fabian Frederick <fabf@...net.be> wrote:
> no level printk converted to pr_info
>
> This is untested
>
> Cc: Geert Uytterhoeven <geert@...ux-m68k.org>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@...net.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@...ux-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists