mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
Blackfin: debug-mmrs: fix typo in single dmac setup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
50f92aa334
commit
ef0531b2e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user