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:
3fdfeda
)
[media] omap3isp: Remove unneeded memset after kzalloc
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Fri, 21 Dec 2012 19:44:34 +0000
(16:44 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 5 Feb 2013 16:48:13 +0000
(14:48 -0200)
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>
No differences found