[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1805131503050.1582@nanos.tec.linutronix.de>
Date: Sun, 13 May 2018 15:03:31 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Joe Perches <joe@...ches.com>
cc: linux-kernel@...r.kernel.org, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [PATCH 1/6] x86/early-quirks: Rename duplicate define of
dev_err
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@...ches.com>
I assume you want to take them as block, so:
Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
Powered by blists - more mailing lists