parisc: dino: fix %d confusingly prefixed with 0x in format string
authorHans Wennborg <hans@hanshq.net>
Mon, 4 Aug 2014 00:20:30 +0000 (17:20 -0700)
committerHelge Deller <deller@gmx.de>
Wed, 27 Aug 2014 12:35:04 +0000 (14:35 +0200)
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/dino.c

index 9eae9834bcc7a1ee02ea01c8debb40882f416db9..a0580afe1713a5f58db5e96da635028856200a08 100644 (file)
@@ -913,7 +913,7 @@ static int __init dino_probe(struct parisc_device *dev)
        printk("%s version %s found at 0x%lx\n", name, version, hpa);
 
        if (!request_mem_region(hpa, PAGE_SIZE, name)) {
-               printk(KERN_ERR "DINO: Hey! Someone took my MMIO space (0x%ld)!\n",
+               printk(KERN_ERR "DINO: Hey! Someone took my MMIO space (0x%lx)!\n",
                        hpa);
                return 1;
        }
This page took 0.068984 seconds and 5 git commands to generate.