Skip to content

Commit be2f35e

Browse files
vijendarmukundavinodkoul
authored andcommitted
soundwire: amd: change the log level for command response log
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>
1 parent aac2f83 commit be2f35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soundwire/amd_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static enum sdw_command_response amd_sdw_fill_msg_resp(struct amd_sdw_manager *a
346346
msg->dev_num);
347347
return SDW_CMD_FAIL;
348348
}
349-
dev_err_ratelimited(amd_manager->dev, "command is ignored for Slave %d\n",
349+
dev_dbg_ratelimited(amd_manager->dev, "command is ignored for Slave %d\n",
350350
msg->dev_num);
351351
return SDW_CMD_IGNORED;
352352
}

0 commit comments

Comments
 (0)