aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-05 13:18:15 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:53:37 -0300
commitb424f60c5b728c27b0bd719a907847ad4c0e7e59 (patch)
tree17fd144c5ec01e443a6fd78758a64a4b01e3930d /Documentation/DocBook/media/v4l
parent[media] DVB: Point to the generic error chapter (diff)
downloadlinux-dev-b424f60c5b728c27b0bd719a907847ad4c0e7e59.tar.xz
linux-dev-b424f60c5b728c27b0bd719a907847ad4c0e7e59.zip
[media] DocBook/audio.xml: Remove generic errors
Remove generic errors from ioctl() descriptions. For other ioctl's, there's no generic section. So, just keep whatever is there. Also remove the EINTERNAL error code, as no DVB driver returns it, and this error code is not defined on POSIX or on Linux. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l')
-rw-r--r--Documentation/DocBook/media/v4l/gen-errors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/gen-errors.xml b/Documentation/DocBook/media/v4l/gen-errors.xml
index 4268c658652f..d970f080f88d 100644
--- a/Documentation/DocBook/media/v4l/gen-errors.xml
+++ b/Documentation/DocBook/media/v4l/gen-errors.xml
@@ -35,6 +35,10 @@
descriptor is not for a media device.</entry>
</row>
<row>
+ <entry>ENODEV</entry>
+ <entry>Device not found or was removed.</entry>
+ </row>
+ <row>
<entry>ENOMEM</entry>
<entry>There's not enough memory to handle the desired operation.</entry>
</row>