Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311983
b: refs/heads/master
c: cc2caea
h: refs/heads/master
i:
  311981: d347f45
  311979: a839b45
  311975: 9b72a10
  311967: 9b8cc8d
v: v3
  • Loading branch information
Marek Szyprowski committed Jul 6, 2012
1 parent 6ade40f commit 0ebe833
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: 6a6dccba2fdc2a69f1f36b8f1c0acc8598e7221b
refs/heads/master: cc2caea5b6152b8ce66dc2bbe83dc72b60612da8
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/dma-contiguous.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static inline void dev_set_cma_area(struct device *dev, struct cma *cma)
{
if (dev)
dev->cma_area = cma;
if (!dev || !dma_contiguous_default_area)
if (!dev && !dma_contiguous_default_area)
dma_contiguous_default_area = cma;
}

Expand Down

0 comments on commit 0ebe833

Please sign in to comment.