Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331775
b: refs/heads/master
c: fab9f8d
h: refs/heads/master
i:
  331773: 80f1c80
  331771: 35dda2b
  331767: 695c855
  331759: 7825fbf
  331743: b7a6f8b
  331711: 414a2da
  331647: e201068
  331519: 37a4877
  331263: c160b4a
  330751: dbf7d58
  329727: aff1d70
  327679: 9dd685f
v: v3
  • Loading branch information
Joonyoung Shim authored and Inki Dae committed Oct 4, 2012
1 parent 20f054e commit 12cfe29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2ab97921786f614bc9296722d8a2e2ce32d1760b
refs/heads/master: fab9f8d093a60e524efbf6afe6c10e10c91f1642
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_g2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ static int g2d_init_cmdlist(struct g2d_data *g2d)
return -ENOMEM;
}

node = kcalloc(G2D_CMDLIST_NUM, G2D_CMDLIST_NUM * sizeof(*node),
GFP_KERNEL);
node = kcalloc(G2D_CMDLIST_NUM, sizeof(*node), GFP_KERNEL);
if (!node) {
dev_err(dev, "failed to allocate memory\n");
ret = -ENOMEM;
Expand Down

0 comments on commit 12cfe29

Please sign in to comment.