diff options
| -rw-r--r-- | arch/mips/mti-malta/malta-smtc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/mti-malta/malta-smtc.c b/arch/mips/mti-malta/malta-smtc.c index 49a38b09a488..1efc8c394486 100644 --- a/arch/mips/mti-malta/malta-smtc.c +++ b/arch/mips/mti-malta/malta-smtc.c @@ -152,7 +152,7 @@ int plat_set_irq_affinity(struct irq_data *d, const struct cpumask *affinity,  		 * runtime code can anyway deal with the null set  		 */  		printk(KERN_WARNING -			"IRQ affinity leaves no legal CPU for IRQ %d\n", irq); +		       "IRQ affinity leaves no legal CPU for IRQ %d\n", d->irq);  	/* Do any generic SMTC IRQ affinity setup */  	smtc_set_irq_affinity(d->irq, tmask); |