diff options
author | Joe Perches <joe@perches.com> | 2010-12-13 13:42:21 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-14 18:07:19 +0900 |
commit | 3b80ffdef001ac7ff53bdcb80ad2baadb5953f91 (patch) | |
tree | c4b1402e5388fc3febe5b24cdcc874c969cfa215 /drivers/video/mx3fb.c | |
parent | cffd9348a3ae87ac98a4b3c03a5359e28ad50b93 (diff) |
video: mx3fb: Use vsprintf extension %pR for struct resource
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/mx3fb.c')
-rw-r--r-- | drivers/video/mx3fb.c | 3 |
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) 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(); |