提交 ebc4dcf1 编写于 作者: D Dan Carpenter 提交者: Ulf Hansson

mmc: dw_mmc: clean up a debug message

The "0x" prefix is redundant when # flag is used.  It prints "0x0x".
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: NMårten Lindahl <marten.lindahl@axis.com>
Link: https://lore.kernel.org/r/20211217150348.GD16611@kiliSigned-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 c064bb5c
...@@ -1307,7 +1307,7 @@ static void dw_mci_set_data_timeout(struct dw_mci *host, ...@@ -1307,7 +1307,7 @@ static void dw_mci_set_data_timeout(struct dw_mci *host,
tmout |= (tmp & 0xFFFFFF) << 8; tmout |= (tmp & 0xFFFFFF) << 8;
mci_writel(host, TMOUT, tmout); mci_writel(host, TMOUT, tmout);
dev_dbg(host->dev, "timeout_ns: %u => TMOUT[31:8]: 0x%#08x", dev_dbg(host->dev, "timeout_ns: %u => TMOUT[31:8]: %#08x",
timeout_ns, tmout >> 8); timeout_ns, tmout >> 8);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册