mbox series

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

Message ID 20220823050158.2671245-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series soundwire: remove use of __func__ in dev_dbg | expand

Message

Bard Liao Aug. 23, 2022, 5:01 a.m. UTC
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(-)

Comments

Vinod Koul Aug. 23, 2022, 5:02 p.m. UTC | #1
On 23-08-22, 13:01, Bard Liao wrote:
> The module and function information can be added with
> 'modprobe foo dyndbg=+pmf'

Applied, thanks