mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +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…
x
Reference in New Issue
Block a user