linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: sunxi-mmc: do not hide address in sunxi_mmc_irq()
@ 2020-06-05 12:55 Frank Lee
  2020-06-05 12:55 ` [PATCH 2/2] mmc: mediatek: do not hide address in msdc_request_timeout() Frank Lee
  2020-06-05 15:18 ` [PATCH 1/2] mmc: sunxi-mmc: do not hide address in sunxi_mmc_irq() Maxime Ripard
  0 siblings, 2 replies; 5+ messages in thread
From: Frank Lee @ 2020-06-05 12:55 UTC (permalink / raw)
  To: chaotian.jing, ulf.hansson, matthias.bgg, mripard, wens,
	tiny.windzz, rmfrfs, frank, marex, linux-mmc, linux-arm-kernel,
	linux-mediatek, linux-kernel

From: Yangtao Li <tiny.windzz@gmail.com>

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

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Frank Lee <frank@allwinnertech.com>
---
 drivers/mmc/host/sunxi-mmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c
index 5e95bbc51644..dcd30c3e1fac 100644
--- a/drivers/mmc/host/sunxi-mmc.c
+++ b/drivers/mmc/host/sunxi-mmc.c
@@ -574,7 +574,7 @@ static irqreturn_t sunxi_mmc_irq(int irq, void *dev_id)
 	idma_int  = mmc_readl(host, REG_IDST);
 	msk_int   = mmc_readl(host, REG_MISTA);
 
-	dev_dbg(mmc_dev(host->mmc), "irq: rq %p mi %08x idi %08x\n",
+	dev_dbg(mmc_dev(host->mmc), "irq: rq %px mi %08x idi %08x\n",
 		host->mrq, msk_int, idma_int);
 
 	mrq = host->mrq;
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-09 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 12:55 [PATCH 1/2] mmc: sunxi-mmc: do not hide address in sunxi_mmc_irq() Frank Lee
2020-06-05 12:55 ` [PATCH 2/2] mmc: mediatek: do not hide address in msdc_request_timeout() Frank Lee
2020-06-05 15:18 ` [PATCH 1/2] mmc: sunxi-mmc: do not hide address in sunxi_mmc_irq() Maxime Ripard
2020-06-08 12:54   ` Frank Lee
2020-06-09 16:04     ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).