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:
4252fbc
)
drm/i915: Allocate the pipe_crc->entires with kcalloc()
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Tue, 9 Dec 2014 19:28:31 +0000
(21:28 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 10 Dec 2014 16:47:26 +0000
(17:47 +0100)
pipe_crc->entries[] is an array so allocate with kcalloc() instead of
kzalloc().
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found