diff options
Diffstat (limited to 'arch/arm/mach-imx/dma-v1.c')
-rw-r--r-- | arch/arm/mach-imx/dma-v1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/dma-v1.c b/arch/arm/mach-imx/dma-v1.c index fd1d9197d06e..3e8c47c63bac 100644 --- a/arch/arm/mach-imx/dma-v1.c +++ b/arch/arm/mach-imx/dma-v1.c | |||
@@ -310,7 +310,7 @@ imx_dma_setup_sg(int channel, | |||
310 | imxdma->resbytes = dma_length; | 310 | imxdma->resbytes = dma_length; |
311 | 311 | ||
312 | if (!sg || !sgcount) { | 312 | if (!sg || !sgcount) { |
313 | printk(KERN_ERR "imxdma%d: imx_dma_setup_sg epty sg list\n", | 313 | printk(KERN_ERR "imxdma%d: imx_dma_setup_sg empty sg list\n", |
314 | channel); | 314 | channel); |
315 | return -EINVAL; | 315 | return -EINVAL; |
316 | } | 316 | } |
@@ -760,7 +760,6 @@ EXPORT_SYMBOL(imx_dma_free); | |||
760 | * @name: the driver/caller own non-%NULL identification | 760 | * @name: the driver/caller own non-%NULL identification |
761 | * | 761 | * |
762 | * This function tries to find a free channel in the specified priority group | 762 | * This function tries to find a free channel in the specified priority group |
763 | * This function tries to find a free channel in the specified priority group | ||
764 | * if the priority cannot be achieved it tries to look for free channel | 763 | * if the priority cannot be achieved it tries to look for free channel |
765 | * in the higher and then even lower priority groups. | 764 | * in the higher and then even lower priority groups. |
766 | * | 765 | * |