Re: [PATCH 1/6] x86/early-quirks: Rename duplicate define of dev_err
From: Thomas Gleixner
Date: Sun May 13 2018 - 09:03:39 EST
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>