Commit 3b80ffde authored by Joe Perches's avatar Joe Perches Committed by Paul Mundt

video: mx3fb: Use vsprintf extension %pR for struct resource

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent cffd9348
......@@ -1470,8 +1470,7 @@ static int mx3fb_probe(struct platform_device *pdev)
goto eremap;
}
pr_debug("Remapped %x to %x at %p\n", sdc_reg->start, sdc_reg->end,
mx3fb->reg_base);
pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base);
/* IDMAC interface */
dmaengine_get();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment