* [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
* Re: [PATCH] soundwire: amd: change the log level for command response log
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
1 sibling, 0 replies; 3+ messages in thread
From: Mario Limonciello @ 2025-02-18 17:12 UTC (permalink / raw)
To: Vijendar Mukunda, vkoul
Cc: alsa-devel, yung-chuan.liao, pierre-louis.bossart,
Basavaraj.Hiregoudar, Sunil-kumar.Dommati, venkataprasad.potturu,
linux-sound, linux-kernel
On 2/18/2025 00:59, Vijendar Mukunda wrote:
> Change log level for command response log to dev_dbg_ratelimited when
> command is ignored.
>
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@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;
> }
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] soundwire: amd: change the log level for command response log
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
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2025-02-27 7:01 UTC (permalink / raw)
To: Vijendar Mukunda
Cc: alsa-devel, yung-chuan.liao, pierre-louis.bossart,
Basavaraj.Hiregoudar, Sunil-kumar.Dommati, venkataprasad.potturu,
Mario.Limonciello, linux-sound, linux-kernel
On Tue, 18 Feb 2025 12:29:24 +0530, Vijendar Mukunda wrote:
> Change log level for command response log to dev_dbg_ratelimited when
> command is ignored.
>
>
Applied, thanks!
[1/1] soundwire: amd: change the log level for command response log
commit: be2f35e15939836d0e0115e99d8cd7a49b89cc8f
Best regards,
--
~Vinod
^ permalink raw reply [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