summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMike Isely <devnull@localhost>2005-12-02 14:03:10 +0000
committerMike Isely <devnull@localhost>2005-12-02 14:03:10 +0000
commitfdd20a18ed91a5c1e62884237eb40f1008a7f91f (patch)
tree0b358d24cee4d203fde69170547c992501b9f940 /v4l
parentcdda4f559abb11c1249138a04534edc817c297e5 (diff)
downloadmediapointer-dvb-s2-fdd20a18ed91a5c1e62884237eb40f1008a7f91f.tar.gz
mediapointer-dvb-s2-fdd20a18ed91a5c1e62884237eb40f1008a7f91f.tar.bz2
Clear v4l2_frequency structure before using it
-Need to clear v4l2_frequency structure to zero before using it, in order that newly added fields (that we otherwise would not care about) will take proper default values. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 9071b3c7b..4f0e1bbb0 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,14 @@
+2005-12-02 14:00 mcisely
+
+ * ../v4l_experimental/pvrusb2/pvrusb2-tuner.c:
+ (pvr2_tuner_set_freq):
+
+ -Need to clear v4l2_frequency structure to zero before using it,
+ in order that newly added fields (that we otherwise would not
+ care about) will take proper default values.
+
+ Signed-off-by: Mike Isely <isely@pobox.com>
+
2005-12-02 13:56 mcisely
* ../v4l_experimental/pvrusb2/pvrusb2-hdw.c: