aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/mx3fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/mx3fb.c')
-rw-r--r--drivers/video/mx3fb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c
index 7cfc170bce19..9f7c9015de3b 100644
--- a/drivers/video/mx3fb.c
+++ b/drivers/video/mx3fb.c
@@ -1470,8 +1470,7 @@ static int mx3fb_probe(struct platform_device *pdev)
1470 goto eremap; 1470 goto eremap;
1471 } 1471 }
1472 1472
1473 pr_debug("Remapped %x to %x at %p\n", sdc_reg->start, sdc_reg->end, 1473 pr_debug("Remapped %pR at %p\n", sdc_reg, mx3fb->reg_base);
1474 mx3fb->reg_base);
1475 1474
1476 /* IDMAC interface */ 1475 /* IDMAC interface */
1477 dmaengine_get(); 1476 dmaengine_get();