Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377282
b: refs/heads/master
c: 9aa3687
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jun 20, 2013
1 parent 139de2a commit 59b38a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8444d5c69549aa0f0b574cc608742d4669e1cc01
refs/heads/master: 9aa36876ddeb85dfb0bcf37be06bbdc62e954f16
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/drm_prime.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ struct dma_buf *drm_gem_prime_export(struct drm_device *dev,
if (ret)
return ERR_PTR(ret);
}
return dma_buf_export(obj, &drm_gem_prime_dmabuf_ops, obj->size,
0600);
return dma_buf_export(obj, &drm_gem_prime_dmabuf_ops, obj->size, flags);
}
EXPORT_SYMBOL(drm_gem_prime_export);

Expand Down

0 comments on commit 59b38a4

Please sign in to comment.