From 3322ddf95600749a50e818c3ff56705a7573305c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 5 Jul 2011 13:39:38 -0300 Subject: [PATCH] --- yaml --- r: 261427 b: refs/heads/master c: c1798c90adabf16713086f34a793d89d147022a5 h: refs/heads/master i: 261425: f26ed348d07c5a87af3a7fe458725b90489ebd80 261423: f0c89a0f6a25989ca45020c49a3b67b70e96a25e v: v3 --- [refs] | 2 +- .../Documentation/DocBook/media/dvb/demux.xml | 88 ------------------- .../DocBook/media/v4l/gen-errors.xml | 5 ++ 3 files changed, 6 insertions(+), 89 deletions(-) diff --git a/[refs] b/[refs] index df40a0409218..515526f5436a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b424f60c5b728c27b0bd719a907847ad4c0e7e59 +refs/heads/master: c1798c90adabf16713086f34a793d89d147022a5 diff --git a/trunk/Documentation/DocBook/media/dvb/demux.xml b/trunk/Documentation/DocBook/media/dvb/demux.xml index e5058d7d9213..37c17908aa40 100644 --- a/trunk/Documentation/DocBook/media/dvb/demux.xml +++ b/trunk/Documentation/DocBook/media/dvb/demux.xml @@ -552,13 +552,6 @@ typedef enum { &return-value-dvb; -EBADF - -fd is not a valid file descriptor. - - EINVAL @@ -615,14 +608,6 @@ typedef enum { &return-value-dvb; - -EBADF - -fd is not a valid file descriptor. - -
@@ -677,21 +662,6 @@ typedef enum { &return-value-dvb; - -EBADF - -fd is not a valid file descriptor. - - -EINVAL - -Invalid argument. - -
@@ -751,20 +721,6 @@ typedef enum { &return-value-dvb; -EBADF - -fd is not a valid file descriptor. - - -EINVAL - -Invalid argument. - - EBUSY @@ -820,22 +776,6 @@ typedef enum { &return-value-dvb; - -EBADF - -fd is not a valid file descriptor. - - -ENOMEM - -The driver was not able to allocate a buffer of the - requested size. - -
@@ -894,20 +834,6 @@ typedef enum { &return-value-dvb; -EBADF - -fd is not a valid file descriptor. - - -EFAULT - -ev points to an invalid address. - - EWOULDBLOCK @@ -967,20 +893,6 @@ typedef enum { &return-value-dvb; -EBADF - -fd is not a valid file descriptor. - - -EFAULT - -stc points to an invalid address. - - EINVAL diff --git a/trunk/Documentation/DocBook/media/v4l/gen-errors.xml b/trunk/Documentation/DocBook/media/v4l/gen-errors.xml index d970f080f88d..c9818799764d 100644 --- a/trunk/Documentation/DocBook/media/v4l/gen-errors.xml +++ b/trunk/Documentation/DocBook/media/v4l/gen-errors.xml @@ -48,6 +48,11 @@ that this request would overcommit the usb bandwidth reserved for periodic transfers (up to 80% of the USB bandwidth). + + EWOULDBLOCK + Operation would block. Used when the ioctl would need to wait + for an event, but the device was opened in non-blocking mode. +