summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/mach-a3/dma.c
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 10:44:05 +0100
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 11:16:46 +0100
commiteb090473a71ecd35987542fb733a14cc2023777f (patch)
tree20592b2465499490e8489862ae29b3e2f4126c44 /arch/cris/arch-v32/mach-a3/dma.c
parent9f68ff9ee9ecae38a3b0bb3b9c4799cded19b27c (diff)
downloadop-kernel-dev-eb090473a71ecd35987542fb733a14cc2023777f.zip
op-kernel-dev-eb090473a71ecd35987542fb733a14cc2023777f.tar.gz
CRIS v32: Correct spelling of bandwidth in function name.
Diffstat (limited to 'arch/cris/arch-v32/mach-a3/dma.c')
-rw-r--r--arch/cris/arch-v32/mach-a3/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/mach-a3/dma.c b/arch/cris/arch-v32/mach-a3/dma.c
index 0c19fed..25f236e 100644
--- 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;
OpenPOWER on IntegriCloud