Re: [PATCH 1/2] printk: introduce pr_default() macro
From: Ingo Molnar
Date: Tue Feb 09 2016 - 04:52:57 EST
* Joe Perches <joe@xxxxxxxxxxx> wrote:
> On Fri, 2016-02-05 at 21:48 +0800, Chen Yucong wrote:
> > Until now, we cover all log-levels by pr_ macros except
> > KERN_DEFAULT one. Add it for convenience.
>
> I'd rather it be removed altogether.
Yes, they should be converted to KERN_WARNING (which is the default loglevel),
and another patch should remove KERN_DEFAULT altogether.
Thanks,
Ingo