aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/mach-a3/dma.c
diff options
context:
space:
mode:
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 0c19fede0e65..25f236ef0b81 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,
24 reg_clkgen_rw_clk_ctrl clk_ctrl; 24 reg_clkgen_rw_clk_ctrl clk_ctrl;
25 reg_strmux_rw_cfg strmux_cfg; 25 reg_strmux_rw_cfg strmux_cfg;
26 26
27 if (crisv32_arbiter_allocate_bandwith(dmanr, 27 if (crisv32_arbiter_allocate_bandwidth(dmanr,
28 options & DMA_INT_MEM ? INT_REGION : EXT_REGION, 28 options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
29 bandwidth)) 29 bandwidth))
30 return -ENOMEM; 30 return -ENOMEM;