From 7c1dca778a2f29180207fb2429404158ef954724 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 May 2007 10:42:13 +0000 Subject: [PATCH] Cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@200 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/lpc214x/lpc214x_decodeirq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/src/lpc214x/lpc214x_decodeirq.c b/arch/arm/src/lpc214x/lpc214x_decodeirq.c index f90feb9c72..88fc06499e 100644 --- a/arch/arm/src/lpc214x/lpc214x_decodeirq.c +++ b/arch/arm/src/lpc214x/lpc214x_decodeirq.c @@ -121,7 +121,7 @@ static void lpc214x_decodeirq( uint32 *regs) unsigned int irq_base; unsigned int irq = NR_IRQS; - /* Search in groups of four bits. For 22 sources, this is at most five + /* Search in groups of four bits. For 22 sources, this is at most six * times through the loop. */ @@ -131,9 +131,9 @@ static void lpc214x_decodeirq( uint32 *regs) { if (nibble) { - irq = irq_base + g_nibblemap[nibble]; + irq = irq_base + g_nibblemap[nibble]; break; - } + } } /* Verify that the resulting IRQ number is valid */