summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/scx200_docflash.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-12 13:37:57 -0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-12-03 16:29:54 +0000
commitf9a5279c70af10e967872e922b91310a91f87b05 (patch)
treeded9ad28c58d9c575315b741cfde87d232be1bd3 /drivers/mtd/maps/scx200_docflash.c
parent9118ea321ee320e3c670540122857ff0eba91e32 (diff)
downloadlinux-f9a5279c70af10e967872e922b91310a91f87b05.tar.bz2
mtd: maps: Use printf extension %pR for struct resource
Using %pR standardizes the struct resource output. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/scx200_docflash.c')
-rw-r--r--drivers/mtd/maps/scx200_docflash.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mtd/maps/scx200_docflash.c b/drivers/mtd/maps/scx200_docflash.c
index b5391ebb736e..027e628a4f1d 100644
--- a/drivers/mtd/maps/scx200_docflash.c
+++ b/drivers/mtd/maps/scx200_docflash.c
@@ -166,9 +166,8 @@ static int __init init_scx200_docflash(void)
outl(pmr, scx200_cb_base + SCx200_PMR);
}
- printk(KERN_INFO NAME ": DOCCS mapped at 0x%llx-0x%llx, width %d\n",
- (unsigned long long)docmem.start,
- (unsigned long long)docmem.end, width);
+ printk(KERN_INFO NAME ": DOCCS mapped at %pR, width %d\n",
+ &docmem, width);
scx200_docflash_map.size = size;
if (width == 8)