summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf-dvb.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-28 13:33:23 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 17:57:52 +0200
commitf4fce60e8b1559306fa1112287bc8765f6977de3 (patch)
tree4700e3c1dd3527d09c77ae808afc7605feee893e /drivers/media/video/videobuf-dvb.c
parentV4L/DVB: v4l videobuf: rename .vmalloc to .vaddr (diff)
downloadlinux-f4fce60e8b1559306fa1112287bc8765f6977de3.tar.xz
linux-f4fce60e8b1559306fa1112287bc8765f6977de3.zip
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 'drivers/media/video/videobuf-dvb.c')
-rw-r--r--drivers/media/video/videobuf-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/videobuf-dvb.c b/drivers/media/video/videobuf-dvb.c
index 0afb62e63d99..3f76398968b8 100644
--- a/drivers/media/video/videobuf-dvb.c
+++ b/drivers/media/video/videobuf-dvb.c
@@ -67,7 +67,7 @@ static int videobuf_dvb_thread(void *data)
try_to_freeze();
/* feed buffer data to demux */
- outp = videobuf_queue_to_vmalloc (&dvb->dvbq, buf);
+ outp = videobuf_queue_to_vaddr(&dvb->dvbq, buf);
if (buf->state == VIDEOBUF_DONE)
dvb_dmx_swfilter(&dvb->demux, outp,