Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377280
b: refs/heads/master
c: 784a4d5
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jun 19, 2013
1 parent 9469aea commit 2f6a500
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: c139b1ee4e36374af705660af6172d7477352792
refs/heads/master: 784a4d5539eaff3316933f8f3dc2fdad5a9b9f4d
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 2f6a500

Please sign in to comment.