commit | f8b0bca1a7ea8479490bcc06835ccbf590ba2c4e | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Mon Nov 23 14:29:35 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 05 18:41:47 2009 -0200 |
tree | 70444d1dfe1116071ad182435a4bdfc8c69c3d8a | |
parent | f58d7856695b6a3a03a56250c6c591022ac9918f [diff] |
V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototype For whatever reason, the device structure pointer to videobuf_queue_vmalloc_init is typed "void *", even though it's passed right through to videobuf_queue_core_init(), which expects a struct device pointer. The other videobuf implementations use struct device *; I think vmalloc should too. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>