summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Jalle <javier.jalle@gaisler.com>2017-01-31 10:14:29 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2017-03-06 07:54:55 +0100
commit73b06e64f71e807612925ea8743ea70ec7a6abe0 (patch)
tree00674c23d054bfb240b5bd478949cb7dedb0fced
parentleon, grpci2: updated DMA descriptor layout (diff)
downloadrtems-73b06e64f71e807612925ea8743ea70ec7a6abe0.tar.bz2
leon, gr-cpci-leon4-n2x: small comment fix
-rw-r--r--c/src/lib/libbsp/sparc/shared/pci/gr_leon4_n2x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/pci/gr_leon4_n2x.c b/c/src/lib/libbsp/sparc/shared/pci/gr_leon4_n2x.c
index 9f19838370..4a51884b49 100644
--- a/c/src/lib/libbsp/sparc/shared/pci/gr_leon4_n2x.c
+++ b/c/src/lib/libbsp/sparc/shared/pci/gr_leon4_n2x.c
@@ -242,7 +242,7 @@ void gr_cpci_leon4_n2x_isr(void *arg)
if ( tmp )
drvmgr_interrupt_clear(priv->dev, 0);
- DBG("RASTA-SPW_ROUTER-IRQ: 0x%x\n", tmp);
+ DBG("GR-CPCI-LEON4-N2X-IRQ: 0x%x\n", tmp);
}
static int gr_cpci_leon4_n2x_hw_init1(struct gr_cpci_leon4_n2x_priv *priv)