mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
parisc: dino: fix %d confusingly prefixed with 0x in format string
Signed-off-by: Hans Wennborg <hans@hanshq.net> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
3067bbd1ad
commit
3335f75a88
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user