Re: [PATCH 1/6] x86/early-quirks: Rename duplicate define of dev_err

From: Joe Perches
Date: Sun May 13 2018 - 13:32:44 EST


On Sun, 2018-05-13 at 15:03 +0200, Thomas Gleixner wrote:
> On Wed, 9 May 2018, Joe Perches wrote:
>
> > dev_err is becoming a macro calling _dev_err to allow prefixing of
> > dev_fmt to any dev_<level> use that has a #define dev_fmt(fmt) similar
> > to the existing #define pr_fmt(fmt) uses.
> >
> > Remove this dev_err macro and convert the existing two uses to pr_err.
> > This allows clean compilation in the patch that introduces dev_fmt which
> > can prefix dev_<level> logging macros with arbitrary content similar to
> > the #define pr_fmt macro.
> >
> > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
>
> I assume you want to take them as block, so:
>
> Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

I do not have a tree that Linus pulls.

I think it'd be fine if you apply this one as it's a
simple rename deduplication.

Corey Minyard has already taken the ipmi changes
separately.

Patch 2/6 could go separately, probably via Greg KH's
tree, after this 1/6 change is in the tree.