media: gen-errors.rst: document ENXIO error code
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 1 Sep 2017 16:20:12 +0000 (12:20 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 10:15:21 +0000 (06:15 -0400)
This error can be produced at least at the DVB subsystem.

As it is generic enough, document it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/gen-errors.rst

index d51f672..689d3b1 100644 (file)
@@ -80,6 +80,11 @@ Generic Error Codes
           a hardware device. This could indicate broken or flaky hardware.
          It's a 'Something is wrong, I give up!' type of error.
 
+    -  - ``ENXIO``
+
+       -  No device corresponding to this device special file exists.
+
+
 .. note::
 
   #. This list is not exhaustive; ioctls may return other error codes.