V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / video / cpia.c
index a661800b0e69fdefec154a23b69462fc448da2c1..c0600fdbfc6f14a241267f2d3c6e91e75486761f 100644 (file)
@@ -3801,6 +3801,7 @@ static const struct file_operations cpia_fops = {
 static struct video_device cpia_template = {
        .name           = "CPiA Camera",
        .fops           = &cpia_fops,
+       .release        = video_device_release_empty,
 };
 
 /* initialise cam_data structure  */
This page took 0.028818 seconds and 5 git commands to generate.