dect
/
linux-2.6
Archived
13
0
Fork 0

blackfin: clean up string bfin_dma_5xx after rename.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
Sonic Zhang 2011-08-03 15:16:15 +08:00 committed by Bob Liu
parent 5ddebe576c
commit 1762275e7a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
* - turns interrupts off every loop (low overhead, but longer latency)
* - DMA version, which do not suffer from this issue. DMA versions have
* different name (prefixed by dma_ ), and are located in
* ../kernel/bfin_dma_5xx.c
* ../kernel/bfin_dma.c
* Using the dma related functions are recommended for transferring large
* buffers in/out of FIFOs.
*/