[MIPS] EV96100: Fix over two year old typo in variable name.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-04-02 22:07:36 +01:00
parent c40b92e09c
commit 2ef2e1d973

View file

@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
return k;
}
asmlinkage void ev96100_cpu_irq(unsigned int pendin)
asmlinkage void ev96100_cpu_irq(unsigned int pending)
{
do_IRQ(ffz8(pending >> 8), regs);
}