commit | 8407653f5e2b9805958e0a392c0411ce027a3934 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Mon Feb 04 09:18:14 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 05 14:42:38 2013 -0300 |
tree | 1356105b18575dac3758484d81421cd11d8e8648 | |
parent | b27763f0faad374e215a474389ff5949e0b40764 [diff] |
[media] stk-webcam: zero the priv field of v4l2_pix_format The priv field should be set to 0. In this case the driver abused the priv field for internal housekeeping. Modify the code so priv is no longer used for that purpose. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Tested-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>