[PATCH] Fix a printk in pseries_mpic_init_IRQ
Benjamin Herrenschmidt
benh at kernel.crashing.org
Tue Oct 3 14:50:33 EST 2006
On Tue, 2006-10-03 at 14:48 +1000, Michael Ellerman wrote:
> This should probably say "mpic" to save confusion.
>
> Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> ---
>
> arch/powerpc/platforms/pseries/setup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: to-merge/arch/powerpc/platforms/pseries/setup.c
> ===================================================================
> --- to-merge.orig/arch/powerpc/platforms/pseries/setup.c
> +++ to-merge/arch/powerpc/platforms/pseries/setup.c
> @@ -180,7 +180,7 @@ static void __init pseries_mpic_init_IRQ
>
> cascade_irq = irq_of_parse_and_map(cascade, 0);
> if (cascade == NO_IRQ) {
> - printk(KERN_ERR "xics: failed to map cascade interrupt");
> + printk(KERN_ERR "mpic: failed to map cascade interrupt");
> return;
> }
>
More information about the Linuxppc-dev
mailing list