]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: amd: change the log level for command response log
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Tue, 18 Feb 2025 06:59:24 +0000 (12:29 +0530)
committerVinod 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

index dcf85f94950a3130e469ccd26d615cf8c7395de1..a12c68b93b1c30fdced9ac45f5a18716f0675cc4 100644 (file)
@@ -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;
        }