projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfadf02
)
[media] vb2: Fix comment
author
Ricardo Ribalda
<
[email protected]
>
Mon, 20 Jun 2016 12:47:25 +0000
(09:47 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 8 Jul 2016 19:17:01 +0000
(16:17 -0300)
The comment was referencing the wrong function.
Signed-off-by: Ricardo Ribalda Delgado <
[email protected]
>
Acked-by: Sakari Ailus <
[email protected]
>
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/v4l2-core/videobuf2-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/v4l2-core/videobuf2-core.c
b/drivers/media/v4l2-core/videobuf2-core.c
index 0b9e71e48ddbadd8a7534731f2ce137b90dbd85f..ca8ffeb56d727b5f7af94910ee834a6329a05041 100644
(file)
--- a/
drivers/media/v4l2-core/videobuf2-core.c
+++ b/
drivers/media/v4l2-core/videobuf2-core.c
@@
-1847,7
+1847,7
@@
static void __vb2_queue_cancel(struct vb2_queue *q)
* Make sure to call buf_finish for any queued buffers. Normally
* that's done in dqbuf, but that's not going to happen when we
* cancel the whole queue. Note: this code belongs here, not in
- * __vb2_dqbuf() since in vb2_
internal
_dqbuf() there is a critical
+ * __vb2_dqbuf() since in vb2_
core
_dqbuf() there is a critical
* call to __fill_user_buffer() after buf_finish(). That order can't
* be changed, so we can't move the buf_finish() to __vb2_dqbuf().
*/