]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] EV96100: Fix over two year old typo in variable name.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 2 Apr 2006 21:07:36 +0000 (22:07 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:20 +0000 (04:14 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/galileo-boards/ev96100/irq.c

index 97bf094da4fe07f2af22c77aed110a003f5e7b1c..fa29c3b0323f934982ef2e49e4fbd09fedb1f2b8 100644 (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);
 }