Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] soundwire: amd: change the log level for command response log
@ 2025-02-18  6:59 Vijendar Mukunda
  2025-02-18 17:12 ` Mario Limonciello
  2025-02-27  7:01 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Vijendar Mukunda @ 2025-02-18  6:59 UTC (permalink / raw)
  To: vkoul
  Cc: alsa-devel, yung-chuan.liao, pierre-louis.bossart,
	Basavaraj.Hiregoudar, Sunil-kumar.Dommati, venkataprasad.potturu,
	Mario.Limonciello, linux-sound, linux-kernel, Vijendar Mukunda

Change log level for command response log to dev_dbg_ratelimited when
command is ignored.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 drivers/soundwire/amd_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soundwire/amd_manager.c b/drivers/soundwire/amd_manager.c
index dcf85f94950a..a12c68b93b1c 100644
--- a/drivers/soundwire/amd_manager.c
+++ b/drivers/soundwire/amd_manager.c
@@ -346,7 +346,7 @@ static enum sdw_command_response amd_sdw_fill_msg_resp(struct amd_sdw_manager *a
 					    msg->dev_num);
 			return SDW_CMD_FAIL;
 		}
-		dev_err_ratelimited(amd_manager->dev, "command is ignored for Slave %d\n",
+		dev_dbg_ratelimited(amd_manager->dev, "command is ignored for Slave %d\n",
 				    msg->dev_num);
 		return SDW_CMD_IGNORED;
 	}
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-27  7:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18  6:59 [PATCH] soundwire: amd: change the log level for command response log Vijendar Mukunda
2025-02-18 17:12 ` Mario Limonciello
2025-02-27  7:01 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox