diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-05-27 19:57:13 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-20 18:12:10 -0400 |
commit | 34ed9506aecdf2ab9d73497e11b9d160920973f5 (patch) | |
tree | c432a633101e1da48b8d1fa0a54c119d2953e13d | |
parent | 1bed3b9c71fdf241da2c09a91d39b5302145f7c6 (diff) |
MIPS: Malta SMTC: Fix build.
Commit a561b02a2577aec51277ba39c82bd192a79c0267 (lmo) rsp.
7c8d948f1633da5ff81e4f5b31ef237d74c40127 (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>
-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, | |||
152 | * runtime code can anyway deal with the null set | 152 | * runtime code can anyway deal with the null set |
153 | */ | 153 | */ |
154 | printk(KERN_WARNING | 154 | printk(KERN_WARNING |
155 | "IRQ affinity leaves no legal CPU for IRQ %d\n", irq); | 155 | "IRQ affinity leaves no legal CPU for IRQ %d\n", d->irq); |
156 | 156 | ||
157 | /* Do any generic SMTC IRQ affinity setup */ | 157 | /* Do any generic SMTC IRQ affinity setup */ |
158 | smtc_set_irq_affinity(d->irq, tmask); | 158 | smtc_set_irq_affinity(d->irq, tmask); |