diff options
author | Mike Isely <devnull@localhost> | 2006-01-21 04:44:52 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-21 04:44:52 +0000 |
commit | c2adc8ccca8b66d34544b8cf3d67eda633ab586f (patch) | |
tree | f4332405f8181964abb87fca425a9e84caf44792 /v4l | |
parent | 522fbf99045e894f09f78b66ba8289a462902afa (diff) | |
download | mediapointer-dvb-s2-c2adc8ccca8b66d34544b8cf3d67eda633ab586f.tar.gz mediapointer-dvb-s2-c2adc8ccca8b66d34544b8cf3d67eda633ab586f.tar.bz2 |
Solve pvrusb2 compilation warning
We need to be checking the return value for copy_to_user(); for some
reason my builds weren't catching this which is why it went unfixed
until now.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0a8de07b5..059dd0d1f 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2006-01-21 04:42 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-v4l2.c: (pvr2_v4l2_read): + + -Deal with minor pvrusb2 compilation warning. + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-19 18:13 mkrufky * linux/drivers/media/video/bttv-cards.c: |