The "0x" prefix is redundant when # flag is used.  It prints "0x0x".
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: MÃ¥rten Lindahl <marten.lindahl@axis.com>
Link: https://lore.kernel.org/r/20211217150348.GD16611@kili
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
                tmout |= (tmp & 0xFFFFFF) << 8;
 
        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);
 }