git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca84ea4
)
[media] omap3isp: resizer: Remove needless variable initializations
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Wed, 23 Jul 2014 13:30:57 +0000
(10:30 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 21 Aug 2014 20:25:17 +0000
(15:25 -0500)
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>
No differences found