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

Bard Liao posted 2 patches 3 years, 7 months ago
drivers/soundwire/bus.c   | 16 ++++++++--------
drivers/soundwire/intel.c | 14 +++++++-------
2 files changed, 15 insertions(+), 15 deletions(-)
[PATCH 0/2] soundwire: remove use of __func__ in dev_dbg
Posted by Bard Liao 3 years, 7 months ago
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
Re: [PATCH 0/2] soundwire: remove use of __func__ in dev_dbg
Posted by Vinod Koul 3 years, 7 months ago
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