Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355108
b: refs/heads/master
c: e78f960
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and Tony Lindgren committed Feb 1, 2013
1 parent d214b54 commit ae175d5
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: aecb9e1422e904d1950620d90c589a141cb32196
refs/heads/master: e78f96060fff8545d21360cfa5590e266a595bb9
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ static int omap_system_dma_probe(struct platform_device *pdev)
errata = p->errata;

if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels
&& (omap_dma_reserve_channels <= dma_lch_count))
&& (omap_dma_reserve_channels < d->lch_count))
d->lch_count = omap_dma_reserve_channels;

dma_lch_count = d->lch_count;
Expand Down

0 comments on commit ae175d5

Please sign in to comment.