git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab9792
)
drm/exynos: fix kcalloc size of g2d cmdlist node
author
Joonyoung Shim
<jy0922.shim@samsung.com>
Thu, 27 Sep 2012 10:26:03 +0000
(19:26 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 4 Oct 2012 01:10:56 +0000
(10:10 +0900)
The size argument means just one element size when we call kcalloc, so
G2D_CMDLIST_NUM * sizeof(*node) is wrong.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
No differences found