From 5219bedb73683c5c4bd89c32cde3cdb1a919b822 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 31 Oct 2008 23:28:58 +0000 Subject: [PATCH] cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1112 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/str71x/str71x_irq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/str71x/str71x_irq.c b/arch/arm/src/str71x/str71x_irq.c index cacfd9392ac..abdf29a60b9 100644 --- a/arch/arm/src/str71x/str71x_irq.c +++ b/arch/arm/src/str71x/str71x_irq.c @@ -160,6 +160,7 @@ void up_maskack_irq(int irq) /* Clear the interrupt by writing a one to the corresponding bit in the * IPR register. */ + reg32 = getreg32(STR71X_EIC_IPR); reg32 |= (1 << irq); putreg32(reg32, STR71X_EIC_IPR);