Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374616
b: refs/heads/master
c: 5c1ef59
h: refs/heads/master
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Vinod Koul committed Apr 15, 2013
1 parent 1c14a6d commit 39ae128
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: 30fb980b99d3896bd891e56fec22191d40007efc
refs/heads/master: 5c1ef59168c485318e40ba485c1eba57d81d0faa
2 changes: 1 addition & 1 deletion trunk/drivers/dma/pch_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static struct pch_dma_desc *pdc_desc_get(struct pch_dma_chan *pd_chan)
dev_dbg(chan2dev(&pd_chan->chan), "scanned %d descriptors\n", i);

if (!ret) {
ret = pdc_alloc_desc(&pd_chan->chan, GFP_NOIO);
ret = pdc_alloc_desc(&pd_chan->chan, GFP_ATOMIC);
if (ret) {
spin_lock(&pd_chan->lock);
pd_chan->descs_allocated++;
Expand Down

0 comments on commit 39ae128

Please sign in to comment.