diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 20:18:15 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-28 00:53:37 +0400 |
commit | b424f60c5b728c27b0bd719a907847ad4c0e7e59 (patch) | |
tree | 17fd144c5ec01e443a6fd78758a64a4b01e3930d /Documentation/DocBook/media/v4l/gen-errors.xml | |
parent | 3de530f805c012d3b58ffdd10e43e3ec7790baa3 (diff) | |
download | linux-b424f60c5b728c27b0bd719a907847ad4c0e7e59.tar.xz |
[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/gen-errors.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/gen-errors.xml | 4 |
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> |