projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
CRIS v32: Correct spelling of bandwidth in function name.
[linux-2.6.git]
/
arch
/
cris
/
arch-v32
/
mach-a3
/
dma.c
diff --git
a/arch/cris/arch-v32/mach-a3/dma.c
b/arch/cris/arch-v32/mach-a3/dma.c
index
0c19fed
..
25f236e
100644
(file)
--- a/
arch/cris/arch-v32/mach-a3/dma.c
+++ b/
arch/cris/arch-v32/mach-a3/dma.c
@@
-24,7
+24,7
@@
int crisv32_request_dma(unsigned int dmanr, const char *device_id,
reg_clkgen_rw_clk_ctrl clk_ctrl;
reg_strmux_rw_cfg strmux_cfg;
- if (crisv32_arbiter_allocate_bandwith(dmanr,
+ if (crisv32_arbiter_allocate_bandwidth(dmanr,
options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
bandwidth))
return -ENOMEM;