mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
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>
This commit is contained in:
parent
1bed3b9c71
commit
34ed9506ae
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user