From: Ville Syrjälä Date: Tue, 9 Dec 2014 19:28:31 +0000 (+0200) Subject: drm/i915: Allocate the pipe_crc->entires with kcalloc() X-Git-Tag: fixes-v4.0-rc1~91^2~43^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf54b34dafe800d9522b93249b6f4c1bfb50de2;p=pandora-kernel.git drm/i915: Allocate the pipe_crc->entires with kcalloc() pipe_crc->entries[] is an array so allocate with kcalloc() instead of kzalloc(). Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed