[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:
parent
c40b92e09c
commit
2ef2e1d973
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue