From 447e79dccc7b880351fe1ecefda5c8d7a10b1f32 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 18 Dec 2013 10:14:12 -0600 Subject: [PATCH] Fix bad register name in INTC debug function --- arch/arm/src/a1x/a1x_irq.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/src/a1x/a1x_irq.c b/arch/arm/src/a1x/a1x_irq.c index 49361bd23f..a1dd69bc05 100644 --- a/arch/arm/src/a1x/a1x_irq.c +++ b/arch/arm/src/a1x/a1x_irq.c @@ -92,11 +92,7 @@ static void a1x_dumpintc(const char *msg, int irq) flags = irqsave(); lldbg("INTC (%s, irq=%d):\n", msg, irq); - /* Select the register set associated with this irq */ - - putreg32(irq, A1X_INTC_SSR); - - /* Then dump all of the (readable) register contents */ + /* Dump all of the (readable) register contents */ lldbg(" VECTOR: %08x BASE: %08x PROTECT: %08x NMICTRL: %08x\n", getreg32(A1X_INTC_VECTOR), getreg32(A1X_INTC_BASEADDR),