From 9be9b1afbfc02706923b4f7e324cf3fcc1267456 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Thu, 23 Feb 2012 09:44:41 +0200 Subject: [PATCH] --- yaml --- r: 295521 b: refs/heads/master c: d82ba9954b6b2c4ac91ec6f6f42be8c5215d0619 h: refs/heads/master i: 295519: 56e8683d23716505a8c395777178be57749018be v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/dma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d50fc96462d5..180ee912a426 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 82dfcbfe63500c80335d0cd5f91a35d4545a1fb2 +refs/heads/master: d82ba9954b6b2c4ac91ec6f6f42be8c5215d0619 diff --git a/trunk/arch/arm/mach-omap2/dma.c b/trunk/arch/arm/mach-omap2/dma.c index a59a45a0096e..b19d8496c16e 100644 --- a/trunk/arch/arm/mach-omap2/dma.c +++ b/trunk/arch/arm/mach-omap2/dma.c @@ -227,7 +227,7 @@ static int __init omap2_system_dma_init_dev(struct omap_hwmod *oh, void *unused) dma_stride = OMAP2_DMA_STRIDE; dma_common_ch_start = CSDP; - if (cpu_is_omap3630() || cpu_is_omap4430()) + if (cpu_is_omap3630() || cpu_is_omap44xx()) dma_common_ch_end = CCDN; else dma_common_ch_end = CCFN;