projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac2f83
)
soundwire: amd: change the log level for command response log
author
Vijendar Mukunda
<Vijendar.Mukunda@amd.com>
Tue, 18 Feb 2025 06:59:24 +0000
(12:29 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 27 Feb 2025 07:00:44 +0000
(12:30 +0530)
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>
Link:
https://lore.kernel.org/r/20250218065924.917915-1-Vijendar.Mukunda@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/amd_manager.c
patch
|
blob
|
history
diff --git
a/drivers/soundwire/amd_manager.c
b/drivers/soundwire/amd_manager.c
index
dcf85f9
..
a12c68b
100644
(file)
--- 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;
}