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:
97ce567
)
[media] cx23885: Don't use memset on vidioc_ callbacks
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 14 Oct 2011 20:00:19 +0000
(17:00 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 14 Oct 2011 20:00:19 +0000
(17:00 -0300)
vidioc_g_tuner should not do any memset for the parameters. Core
already does that. In particular, V4L2 core now does some handling
for the tuner type, and the tuner-core module relies on that.
So, doing any memset there is a very bad idea.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found