Skip to content

Commit

Permalink
[MIPS] EV96100: Fix over two year old typo in variable name.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent c40b92e commit 2ef2e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/galileo-boards/ev96100/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2ef2e1d

Please sign in to comment.