Commit 7b52b440 authored by Michael Buesch's avatar Michael Buesch Committed by Paul Mackerras

[POWERPC] via-pmu: Fix typo in printk

This fixes a typo in a printk message.
Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9f0cbea0
...@@ -410,7 +410,7 @@ static int __init via_pmu_start(void) ...@@ -410,7 +410,7 @@ static int __init via_pmu_start(void)
irq = irq_of_parse_and_map(vias, 0); irq = irq_of_parse_and_map(vias, 0);
if (irq == NO_IRQ) { if (irq == NO_IRQ) {
printk(KERN_ERR "via-pmu: can't map interruptn"); printk(KERN_ERR "via-pmu: can't map interrupt\n");
return -ENODEV; return -ENODEV;
} }
if (request_irq(irq, via_pmu_interrupt, 0, "VIA-PMU", (void *)0)) { if (request_irq(irq, via_pmu_interrupt, 0, "VIA-PMU", (void *)0)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment