commit | 037c75eb14cd6adb837f81f0c2b2a52c31c91e69 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Mar 28 08:18:37 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 19 12:57:52 2010 -0300 |
tree | 79c54264c79256262f2d0079575ddcfcbb49f5c5 | |
parent | a4cf4cac2979a828e7cd0a3cd02d7a5308a44a7f [diff] |
V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr Rename the .vmalloc op in struct videobuf_qtype_ops to .vaddr. This op returns the virtual kernel address of a buffer. vaddr is a lot less confusing than vmalloc since this callback does do any allocations. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>