diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 10:22:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:35 -0400 |
commit | 43c1daa47d57197c1491411a9f33189f9ef680dd (patch) | |
tree | ad9c5b63814cc65ba23ee183a3a7c1a928a41d98 /Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml | |
parent | 6d1724925d4da49b84161f1440912205576b7935 (diff) |
[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 'Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml b/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml index d5ec6abf0ce2..4a8648ae9a63 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml | |||
@@ -212,12 +212,7 @@ bit 0 (V4L2_DV_VSYNC_POS_POL) is for vertical sync polarity and bit 1 (V4L2_DV_H | |||
212 | </tgroup> | 212 | </tgroup> |
213 | </table> | 213 | </table> |
214 | </refsect1> | 214 | </refsect1> |
215 | <refsect1> | ||
216 | &return-value; | ||
217 | </refsect1> | ||
215 | </refentry> | 218 | </refentry> |
216 | |||
217 | <!-- | ||
218 | Local Variables: | ||
219 | mode: sgml | ||
220 | sgml-parent-document: "v4l2.sgml" | ||
221 | indent-tabs-mode: nil | ||
222 | End: | ||
223 | --> | ||