Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345539
b: refs/heads/master
c: df3d90e
h: refs/heads/master
i:
  345537: 3e88f90
  345535: 704a3d0
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Dec 5, 2012
1 parent 8310059 commit c306cb6
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: dc625537f7d4301a7e3f6a8476bd624b09508488
refs/heads/master: df3d90e5f3f09e5bc940250e2a90a7e15343a4b6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_g2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ static void g2d_userptr_put_dma_addr(struct drm_device *drm_dev,
g2d_userptr->sgt = NULL;

kfree(g2d_userptr->pages);
kfree(g2d_userptr);
g2d_userptr->pages = NULL;
kfree(g2d_userptr);
g2d_userptr = NULL;
}

Expand Down

0 comments on commit c306cb6

Please sign in to comment.