diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 16:22:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:53:35 +0200 |
commit | 43c1daa47d57197c1491411a9f33189f9ef680dd (patch) | |
tree | ad9c5b63814cc65ba23ee183a3a7c1a928a41d98 /Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | |
parent | [media] DocBook: Add a chapter to describe media errors (diff) | |
download | linux-43c1daa47d57197c1491411a9f33189f9ef680dd.tar.xz linux-43c1daa47d57197c1491411a9f33189f9ef680dd.zip |
[media] DocBook: Use the generic ioctl error codes for all V4L ioctl's
Be sure that all VIDIOC_* ioctl are using the return error macro, and
aren't specifying generic error codes internally.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml index 25471e8e5da5..69c0d8a2a3d2 100644 --- a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml +++ b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml @@ -290,13 +290,8 @@ </tbody> </tgroup> </table> - + </refsect1> + <refsect1> + &return-value; </refsect1> </refentry> -<!-- -Local Variables: -mode: sgml -sgml-parent-document: "v4l2.sgml" -indent-tabs-mode: nil -End: ---> |