From 090420e10e020f9e5b70c44a082c7d6bf356ae43 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 22 Dec 2011 14:17:40 +0000 Subject: [PATCH] --- yaml --- r: 296072 b: refs/heads/master c: 13ae3d5bdf737d6078a562154ff4fef0ba5d0de1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-tegra/dma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dedc8d083f79..b160f82470b2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07d4563e58dea39923456939e7d4138fb608b98b +refs/heads/master: 13ae3d5bdf737d6078a562154ff4fef0ba5d0de1 diff --git a/trunk/arch/arm/mach-tegra/dma.c b/trunk/arch/arm/mach-tegra/dma.c index c0cf967e47d3..98b33c89b2c5 100644 --- a/trunk/arch/arm/mach-tegra/dma.c +++ b/trunk/arch/arm/mach-tegra/dma.c @@ -357,7 +357,7 @@ struct tegra_dma_channel *tegra_dma_allocate_channel(int mode) int channel; struct tegra_dma_channel *ch = NULL; - if (WARN_ON(!tegra_dma_initialized)) + if (!tegra_dma_initialized) return NULL; mutex_lock(&tegra_dma_lock);