Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ef2e1d9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent c40b92e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}