From: Devendra Naga Date: Sat, 4 Aug 2012 17:12:21 +0000 (-0300) Subject: [media] staging: media: cxd2099: use kzalloc to allocate ci pointer of type struct... X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada3678c6a9a0c404acf15e98679315b29689b73;p=pandora-kernel.git [media] staging: media: cxd2099: use kzalloc to allocate ci pointer of type struct cxd in cxd2099_attach this does kmalloc and followed by memset, calling kzalloc will actually sets the allocated memory to zero, use kzalloc instead Signed-off-by: Devendra Naga Cc: Ralph Metzler Cc: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed