From: Laurent Pinchart Date: Fri, 21 Dec 2012 19:44:34 +0000 (-0300) Subject: [media] omap3isp: Remove unneeded memset after kzalloc X-Git-Tag: v3.9-rc1~93^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5a71ef32742298f9022043160a2c6cbfdf30ac;p=pandora-kernel.git [media] omap3isp: Remove unneeded memset after kzalloc kzalloc initializes the memory it allocates to 0, there's no need for an explicit memset. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed