2022-08-23 05:48:53

by Bard Liao

[permalink] [raw]
Subject: [PATCH 0/2] soundwire: remove use of __func__ in dev_dbg

The module and function information can be added with
'modprobe foo dyndbg=+pmf'

Pierre-Louis Bossart (2):
soundwire: bus: remove use of __func__ in dev_dbg
soundwire: intel: remove use of __func__ in dev_dbg

drivers/soundwire/bus.c | 16 ++++++++--------
drivers/soundwire/intel.c | 14 +++++++-------
2 files changed, 15 insertions(+), 15 deletions(-)

--
2.25.1


2022-08-23 19:26:12

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 0/2] soundwire: remove use of __func__ in dev_dbg

On 23-08-22, 13:01, Bard Liao wrote:
> The module and function information can be added with
> 'modprobe foo dyndbg=+pmf'

Applied, thanks

--
~Vinod