Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321620
b: refs/heads/master
c: 959f724
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Dave Airlie committed Aug 8, 2012
1 parent 94a3435 commit db6e347
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: 41494cbaeaed07a43e111b323d6da5e1d8dd7936
refs/heads/master: 959f724728b6a1cb5185230972119dd7bc8b610e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/udl/udl_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ struct drm_gem_object *udl_gem_prime_import(struct drm_device *dev,
/* need to attach */
attach = dma_buf_attach(dma_buf, dev->dev);
if (IS_ERR(attach))
return ERR_PTR(PTR_ERR(attach));
return ERR_CAST(attach);

sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL);
if (IS_ERR(sg)) {
Expand Down

0 comments on commit db6e347

Please sign in to comment.