diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/dma/apbh_dma.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/dma/apbh_dma.c b/drivers/dma/apbh_dma.c index ca5a32fc0..37a941cc5 100644 --- a/drivers/dma/apbh_dma.c +++ b/drivers/dma/apbh_dma.c @@ -526,7 +526,7 @@ static int mxs_dma_wait_complete(uint32_t timeout, unsigned int chan)   */  int mxs_dma_go(int chan)  { -	uint32_t timeout = 10000; +	uint32_t timeout = 10000000;  	int ret;  	LIST_HEAD(tmp_desc_list); |