]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/solo6x10/solo6010-v4l2.c
Staging: solo6x10: fix build problem
[linux-beck.git] / drivers / staging / solo6x10 / solo6010-v4l2.c
index 9731fa02b5e80702c380e42dfd57c996dad03a3e..6ffd21de837d8bf5161d6654206ce918439cc78f 100644 (file)
@@ -437,7 +437,7 @@ static int solo_v4l2_open(struct file *file)
                                    &solo_dev->pdev->dev, &fh->slock,
                                    V4L2_BUF_TYPE_VIDEO_CAPTURE,
                                    SOLO_DISP_PIX_FIELD,
-                                   sizeof(struct videobuf_buffer), fh);
+                                   sizeof(struct videobuf_buffer), fh, NULL);
 
        return 0;
 }