Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348725
b: refs/heads/master
c: 412fc87
h: refs/heads/master
i:
  348723: e91df16
v: v3
  • Loading branch information
Rob Clark authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 6513263 commit abfdc04
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: f5f9454c2145fa018c9808597739abce67114ac7
refs/heads/master: 412fc87093df7d40d187f6f167524221ae8080b2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/omapdrm/omap_gem_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ struct dma_buf_ops omap_dmabuf_ops = {
struct dma_buf *omap_gem_prime_export(struct drm_device *dev,
struct drm_gem_object *obj, int flags)
{
return dma_buf_export(obj, &omap_dmabuf_ops, obj->size, 0600);
return dma_buf_export(obj, &omap_dmabuf_ops, obj->size, flags);
}

struct drm_gem_object *omap_gem_prime_import(struct drm_device *dev,
Expand Down

0 comments on commit abfdc04

Please sign in to comment.