Skip to content

Commit

Permalink
parisc: dino: fix %d confusingly prefixed with 0x in format string
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Hans Wennborg authored and Helge Deller committed Aug 27, 2014
1 parent 3067bbd commit 3335f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parisc/dino.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3335f75

Please sign in to comment.