Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297499
b: refs/heads/master
c: e8d9f87
h: refs/heads/master
i:
  297497: eb101c0
  297495: def052a
v: v3
  • Loading branch information
Viresh Kumar authored and Vinod Koul committed Feb 22, 2012
1 parent 898e0e5 commit 2aa4cb6
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: 8c9f7aa316f547f70d270a08d1212f958721c071
refs/heads/master: e8d9f875c9b02bb56ba3bb44834ae81ba0e8efbc
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dw_dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ static int __init dw_probe(struct platform_device *pdev)

/* 7 is highest priority & 0 is lowest. */
if (pdata->chan_priority == CHAN_PRIORITY_ASCENDING)
dwc->priority = 7 - i;
dwc->priority = pdata->nr_channels - i - 1;
else
dwc->priority = i;

Expand Down

0 comments on commit 2aa4cb6

Please sign in to comment.