[media] omap3isp: Remove unneeded memset after kzalloc
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 21 Dec 2012 19:44:34 +0000 (16:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 16:48:13 +0000 (14:48 -0200)
commit3d5a71ef32742298f9022043160a2c6cbfdf30ac
tree4c5350b2e88c7aa30abae2bf0379c587ca0bde13
parent3fdfedaaa7f243f3347084231c64f6c1be0ba131
[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 <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap3isp/isph3a_aewb.c
drivers/media/platform/omap3isp/isph3a_af.c
drivers/media/platform/omap3isp/isphist.c
This page took 0.033359 seconds and 5 git commands to generate.