Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252600
b: refs/heads/master
c: 364de77
h: refs/heads/master
v: v3
  • Loading branch information
Liu Yuan authored and Vinod Koul committed Apr 6, 2011
1 parent 12d360a commit bf52ff0
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: 8194145dcc9562387d93054a4fcf79438d3c3e40
refs/heads/master: 364de77831213be20f7f33c39ca1c194593b5c11
2 changes: 1 addition & 1 deletion trunk/drivers/dma/pch_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static struct pch_dma_desc *pdc_desc_get(struct pch_dma_chan *pd_chan)
{
struct pch_dma_desc *desc, *_d;
struct pch_dma_desc *ret = NULL;
int i;
int i = 0;

spin_lock(&pd_chan->lock);
list_for_each_entry_safe(desc, _d, &pd_chan->free_list, desc_node) {
Expand Down

0 comments on commit bf52ff0

Please sign in to comment.