Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296072
b: refs/heads/master
c: 13ae3d5
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Feb 7, 2012
1 parent d06f9c5 commit 090420e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07d4563e58dea39923456939e7d4138fb608b98b
refs/heads/master: 13ae3d5bdf737d6078a562154ff4fef0ba5d0de1
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 090420e

Please sign in to comment.