mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_data
This log message is necessary for debugging, so enable it by default to debug issues that are hard to reproduce locally. Signed-off-by: Pin-yen Lin <treapking@chromium.org> Reviewed-by: Wenbin Mei <wenbin.mei@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20231201102747.3854573-1-treapking@chromium.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
4d0c8d0aef
commit
9463571b29
@ -1149,9 +1149,11 @@ static void msdc_recheck_sdio_irq(struct msdc_host *host)
|
||||
|
||||
static void msdc_track_cmd_data(struct msdc_host *host, struct mmc_command *cmd)
|
||||
{
|
||||
if (host->error)
|
||||
dev_dbg(host->dev, "%s: cmd=%d arg=%08X; host->error=0x%08X\n",
|
||||
__func__, cmd->opcode, cmd->arg, host->error);
|
||||
if (host->error &&
|
||||
((!mmc_op_tuning(cmd->opcode) && !host->hs400_tuning) ||
|
||||
cmd->error == -ETIMEDOUT))
|
||||
dev_warn(host->dev, "%s: cmd=%d arg=%08X; host->error=0x%08X\n",
|
||||
__func__, cmd->opcode, cmd->arg, host->error);
|
||||
}
|
||||
|
||||
static void msdc_request_done(struct msdc_host *host, struct mmc_request *mrq)
|
||||
|
Loading…
x
Reference in New Issue
Block a user