Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358345
b: refs/heads/master
c: e44a5c0
h: refs/heads/master
i:
  358343: aff31fe
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Feb 21, 2013
1 parent e6e9d31 commit 13df947
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: b9ede277e15916a9ec3c6c1932c390e4768e71a9
refs/heads/master: e44a5c00169df634c152bdba65c7b735eb3a7a81
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 @@ -429,7 +429,7 @@ static dma_addr_t *g2d_userptr_get_dma_addr(struct drm_device *drm_dev,

g2d_userptr->pages = pages;

sgt = kzalloc(sizeof *sgt, GFP_KERNEL);
sgt = kzalloc(sizeof(*sgt), GFP_KERNEL);
if (!sgt) {
DRM_ERROR("failed to allocate sg table.\n");
ret = -ENOMEM;
Expand Down

0 comments on commit 13df947

Please sign in to comment.