mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
[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
@ -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 New Issue
Block a user