[media] omap3isp: resizer: Remove needless variable initializations
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 23 Jul 2014 13:30:57 +0000 (10:30 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 21 Aug 2014 20:25:17 +0000 (15:25 -0500)
commit41316a27ee96b31970175bec87210075752001fb
treefa6a45c6f30d2b6cbc9a94ab2a55eb3784914306
parentca84ea49f8cba11aaca9c9d570431abb5288f56b
[media] omap3isp: resizer: Remove needless variable initializations

There's no need to initialize local variables to zero when they're
explicitly assigned another value right after. Remove the needless
initializations.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/omap3isp/ispresizer.c
This page took 0.02531 seconds and 5 git commands to generate.