Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211148
b: refs/heads/master
c: d3f3cf8
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Lacage authored and Dan Williams committed Sep 22, 2010
1 parent 9e79575 commit 00aa1ba
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: 9f9ff20d46c6728b092f34b6a642e1e81ab5e254
refs/heads/master: d3f3cf859db17cc5f8156c5bfcd032413e44483b
2 changes: 1 addition & 1 deletion trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static inline bool dma_dev_has_pq_continue(struct dma_device *dma)
return (dma->max_pq & DMA_HAS_PQ_CONTINUE) == DMA_HAS_PQ_CONTINUE;
}

static unsigned short dma_dev_to_maxpq(struct dma_device *dma)
static inline unsigned short dma_dev_to_maxpq(struct dma_device *dma)
{
return dma->max_pq & ~DMA_HAS_PQ_CONTINUE;
}
Expand Down

0 comments on commit 00aa1ba

Please sign in to comment.