On Sun, 2007-08-12 at 22:38 +0200, Michael Buesch wrote:
> This fixes a typo in a printk message.
> 
> Signed-off-by: Michael Buesch <[EMAIL PROTECTED]>

Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>

> 
> Index: linux-2.6/drivers/macintosh/via-pmu.c
> ===================================================================
> --- linux-2.6.orig/drivers/macintosh/via-pmu.c        2007-05-26 
> 19:56:27.000000000 +0200
> +++ linux-2.6/drivers/macintosh/via-pmu.c     2007-08-12 22:36:27.000000000 
> +0200
> @@ -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)) {
> 

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to