[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YNsPqJNb1lAafi7U@kroah.com>
Date: Tue, 29 Jun 2021 14:18:48 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "Enrico Weigelt, metux IT consult" <lkml@...ux.net>
Cc: longli@...uxonhyperv.com, linux-kernel@...r.kernel.org,
linux-hyperv@...r.kernel.org, Long Li <longli@...rosoft.com>,
Jonathan Corbet <corbet@....net>,
"K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
Wei Liu <wei.liu@...nel.org>, Dexuan Cui <decui@...rosoft.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Hans de Goede <hdegoede@...hat.com>,
Dan Williams <dan.j.williams@...el.com>,
Maximilian Luz <luzmaximilian@...il.com>,
Mike Rapoport <rppt@...nel.org>,
Ben Widawsky <ben.widawsky@...el.com>,
Jiri Slaby <jirislaby@...nel.org>,
Andra Paraschiv <andraprs@...zon.com>,
Siddharth Gupta <sidgup@...eaurora.org>,
Hannes Reinecke <hare@...e.de>, linux-doc@...r.kernel.org
Subject: Re: [Patch v2 2/3] Drivers: hv: add Azure Blob driver
On Tue, Jun 29, 2021 at 12:41:49PM +0200, Enrico Weigelt, metux IT consult wrote:
> On 29.06.21 08:24, Greg Kroah-Hartman wrote:
>
> Hi folks,
>
> > Again, no.
> >
> > Just use dev_dbg(), dev_warn(), and dev_err() and there is no need for
> > anything "special". This is just one tiny driver, do not rewrite logic
> > like this for no reason.
>
> Maybe worth mentioning that we have the pr_fmt macro that can be
> defined if some wants to do things like adding some prefix.
No, no driver should mess with that, just use dev_*() calls instead
please.
greg k-h
Powered by blists - more mailing lists