Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138908
b: refs/heads/master
c: 0d688da
h: refs/heads/master
v: v3
  • Loading branch information
Yasunori Goto authored and Ingo Molnar committed Feb 3, 2009
1 parent 9e6a1a0 commit bb8da35
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: d7ab5c46ae2743079a40bb4060e510418c0842b4
refs/heads/master: 0d688da5505d77bcef2441e0a22d8cc26459702d
2 changes: 1 addition & 1 deletion trunk/arch/ia64/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *daddr, gfp_t gfp)
{
struct dma_map_ops *ops = platform_dma_get_ops(dev);
return ops->alloc_coherent(dev, size, daddr, gfp | GFP_DMA);
return ops->alloc_coherent(dev, size, daddr, gfp);
}

static inline void dma_free_coherent(struct device *dev, size_t size,
Expand Down

0 comments on commit bb8da35

Please sign in to comment.