[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180502180356.GA4660@kroah.com>
Date: Wed, 2 May 2018 11:03:56 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Amit Pundir <amit.pundir@...aro.org>,
lkml <linux-kernel@...r.kernel.org>,
linux-wireless@...r.kernel.org,
Samuel Ortiz <sameo@...ux.intel.com>,
Christophe Ricard <christophe.ricard@...il.com>,
John Stultz <john.stultz@...aro.org>
Subject: Re: [PATCH] NFC: fdp: Remove __func__ parameter from dev_dbg() call
On Wed, May 02, 2018 at 08:59:28PM +0300, Andy Shevchenko wrote:
> On Wed, 2018-05-02 at 23:19 +0530, Amit Pundir wrote:
>
> > - dev_dbg(dev, "%s\n", __func__);
> > + dev_dbg(dev, "\n");
>
> If one enables function tracer this will be redundant completely.
Yes those kinds of "trace" debug log messages should be just deleted.
Powered by blists - more mailing lists