Skip to content

Commit

Permalink
[POWERPC] Fix a printk in pseries_mpic_init_IRQ
Browse files Browse the repository at this point in the history
This should probably say "mpic" to save confusion.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Oct 4, 2006
1 parent 2ec6ef1 commit 586da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static void __init pseries_mpic_init_IRQ(void)

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;
}

Expand Down

0 comments on commit 586da2c

Please sign in to comment.