dect
/
linux-2.6
Archived
13
0
Fork 0

[POWERPC] via-pmu: Fix typo in printk

This fixes a typo in a printk message.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Michael Buesch 2007-08-13 06:38:34 +10:00 committed by Paul Mackerras
parent 9f0cbea0d8
commit 7b52b440d3
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ static int __init via_pmu_start(void)
irq = irq_of_parse_and_map(vias, 0);
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;
}
if (request_irq(irq, via_pmu_interrupt, 0, "VIA-PMU", (void *)0)) {