On Sun, Jan 23, 2011 at 12:40 PM, Morten Holst Larsen <m-larsen@xxxxxxxxxxxxx> wrote: > Fix typo in call to irq_to_desc() > > Signed-off-by: Morten H. Larsen <m-larsen@xxxxxxxxxxxxx> > > diff --git a/arch/alpha/kernel/irq.c b/arch/alpha/kernel/irq.c > index 9ab234f..d3e20c7 100644 > --- a/arch/alpha/kernel/irq.c > +++ b/arch/alpha/kernel/irq.c > @@ -44,7 +44,7 @@ static char irq_user_affinity[NR_IRQS]; > > int irq_select_affinity(unsigned int irq) > { > - struct irq_desc *desc = irq_to_desc[irq]; > + struct irq_desc *desc = irq_to_desc(irq); > static int last_cpu; > int cpu = last_cpu + 1; > > -- > 1.7.1 Thanks! I'll apply this. Matt -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html