Skip to content

Commit

Permalink
Blackfin: debug-mmrs: fix typo in single dmac setup
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent 50f92aa commit ef0531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/debug-mmrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ static int __init bfin_debug_mmrs_init(void)
#endif

parent = debugfs_create_dir("dmac", top);
#ifdef DMA_TC_CNT
#ifdef DMAC_TC_CNT
D16(DMAC_TC_CNT);
D16(DMAC_TC_PER);
#endif
Expand Down

0 comments on commit ef0531b

Please sign in to comment.