diff --git a/[refs] b/[refs]
index 8f033f499573..108330c90b60 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: f05393d2eb45b3cc9663223c3709134ccef51290
+refs/heads/master: 5d44f5e3e388739f017a74e73dab2a995673915f
diff --git a/trunk/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml b/trunk/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
index a2474ecb574a..5e73b1c8d095 100644
--- a/trunk/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
+++ b/trunk/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
@@ -97,7 +97,13 @@ information.
__u32
count
- The number of buffers requested or granted.
+ The number of buffers requested or granted. If count == 0, then
+ VIDIOC_CREATE_BUFS will set index
+ to the current number of created buffers, and it will check the validity of
+ memory and format.type.
+ If those are invalid -1 is returned and errno is set to &EINVAL;,
+ otherwise VIDIOC_CREATE_BUFS returns 0. It will
+ never set errno to &EBUSY; in this particular case.
__u32