Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319422
b: refs/heads/master
c: 0dd3b72
h: refs/heads/master
v: v3
  • Loading branch information
Subash Patel authored and Inki Dae committed Jul 27, 2012
1 parent 1771b0f commit 0239d54
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: 56fb5380c76d75d30b0e7acdfd36de34b4ee4375
refs/heads/master: 0dd3b72cc66117e5c6dc638f55e4f2e5cc60ed70
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct drm_gem_object *exynos_dmabuf_prime_import(struct drm_device *drm_dev,


sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL);
if (IS_ERR(sgt)) {
if (IS_ERR_OR_NULL(sgt)) {
ret = PTR_ERR(sgt);
goto err_buf_detach;
}
Expand Down

0 comments on commit 0239d54

Please sign in to comment.