Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349361
b: refs/heads/master
c: 420ae1e
h: refs/heads/master
i:
  349359: c2e10b1
v: v3
  • Loading branch information
Inki Dae committed Jan 25, 2013
1 parent fa574ca commit ce9e293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7808df1af8801cf4f2ac16be25db1b079b5da4c
refs/heads/master: 420ae1e2623af92e71437e403fd11de48e11551f
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ static struct sg_table *
nents = dma_map_sg(attach->dev, sgt->sgl, sgt->orig_nents, dir);
if (!nents) {
DRM_ERROR("failed to map sgl with iommu.\n");
sg_free_table(sgt);
sgt = ERR_PTR(-EIO);
goto err_unlock;
}
Expand Down

0 comments on commit ce9e293

Please sign in to comment.