Skip to content

Commit

Permalink
MIPS: Malta SMTC: Fix build.
Browse files Browse the repository at this point in the history
Commit a561b02a2577aec51277ba39c82bd192a79c0267 (lmo) rsp.
7c8d948 (kernel.org) ["MIPS: i8259: Convert
to new irq_chip functions"] missed one location to modify resulting in
build breakage.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 20, 2011
1 parent 1bed3b9 commit 34ed950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mti-malta/malta-smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 34ed950

Please sign in to comment.