upstream: [media] v4l: omap4iss: Don't initialize fields to 0 manually
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 3 Nov 2013 23:28:24 +0000 (20:28 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:52:22 +0000 (11:52 +0900)
commit6f2e17bf49a0fd5ff422121833e5b2cccc1192f7
treec7c5ae4273f81b5a5f0dec025bedef31f228a93c
parent30f64302346eee4dcc4f3842767144d8d6978122
upstream: [media] v4l: omap4iss: Don't initialize fields to 0 manually

The iss_device structure is allocated with kzalloc, there's no need to
initialize its fields to 0 explicitly.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/omap4iss/iss.c