diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-28 07:33:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:52 -0400 |
commit | f4fce60e8b1559306fa1112287bc8765f6977de3 (patch) | |
tree | 4700e3c1dd3527d09c77ae808afc7605feee893e /include/media | |
parent | 037c75eb14cd6adb837f81f0c2b2a52c31c91e69 (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.h | 4 |
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, | |||
185 | struct videobuf_buffer *videobuf_alloc(struct videobuf_queue *q); | 185 | struct videobuf_buffer *videobuf_alloc(struct videobuf_queue *q); |
186 | 186 | ||
187 | /* Used on videobuf-dvb */ | 187 | /* Used on videobuf-dvb */ |
188 | void *videobuf_queue_to_vmalloc(struct videobuf_queue *q, | 188 | void *videobuf_queue_to_vaddr(struct videobuf_queue *q, |
189 | struct videobuf_buffer *buf); | 189 | struct videobuf_buffer *buf); |
190 | 190 | ||
191 | void videobuf_queue_core_init(struct videobuf_queue *q, | 191 | void videobuf_queue_core_init(struct videobuf_queue *q, |
192 | const struct videobuf_queue_ops *ops, | 192 | const struct videobuf_queue_ops *ops, |