From: Yangtao Li <[email protected]>

Using %px to show the actual address in msdc_request_timeout()
to help us to debug issue.

Signed-off-by: Yangtao Li <[email protected]>
Signed-off-by: Frank Lee <[email protected]>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 39e7fc54c438..28b4a136fc72 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -1411,7 +1411,7 @@ static void msdc_request_timeout(struct work_struct *work)
        /* simulate HW timeout status */
        dev_err(host->dev, "%s: aborting cmd/data/mrq\n", __func__);
        if (host->mrq) {
-               dev_err(host->dev, "%s: aborting mrq=%p cmd=%d\n", __func__,
+               dev_err(host->dev, "%s: aborting mrq=%px cmd=%d\n", __func__,
                                host->mrq, host->mrq->cmd->opcode);
                if (host->cmd) {
                        dev_err(host->dev, "%s: aborting cmd=%d\n",
-- 
2.24.0

Reply via email to