Commit ef0531b2 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: debug-mmrs: fix typo in single dmac setup

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 50f92aa3
...@@ -747,7 +747,7 @@ static int __init bfin_debug_mmrs_init(void) ...@@ -747,7 +747,7 @@ static int __init bfin_debug_mmrs_init(void)
#endif #endif
parent = debugfs_create_dir("dmac", top); parent = debugfs_create_dir("dmac", top);
#ifdef DMA_TC_CNT #ifdef DMAC_TC_CNT
D16(DMAC_TC_CNT); D16(DMAC_TC_CNT);
D16(DMAC_TC_PER); D16(DMAC_TC_PER);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment