aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-28 07:33:23 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:57:52 -0400
commitf4fce60e8b1559306fa1112287bc8765f6977de3 (patch)
tree4700e3c1dd3527d09c77ae808afc7605feee893e /include/media
parent037c75eb14cd6adb837f81f0c2b2a52c31c91e69 (diff)
V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_vaddr
Ths function returns the virtual kernel address of the buffer and has nothing to do with allocation. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/videobuf-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 8fe3254ed952..f73e297e3735 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -185,8 +185,8 @@ int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb,
185struct videobuf_buffer *videobuf_alloc(struct videobuf_queue *q); 185struct videobuf_buffer *videobuf_alloc(struct videobuf_queue *q);
186 186
187/* Used on videobuf-dvb */ 187/* Used on videobuf-dvb */
188void *videobuf_queue_to_vmalloc(struct videobuf_queue *q, 188void *videobuf_queue_to_vaddr(struct videobuf_queue *q,
189 struct videobuf_buffer *buf); 189 struct videobuf_buffer *buf);
190 190
191void videobuf_queue_core_init(struct videobuf_queue *q, 191void videobuf_queue_core_init(struct videobuf_queue *q,
192 const struct videobuf_queue_ops *ops, 192 const struct videobuf_queue_ops *ops,