[media] v4l2-event: Add v4l2_subscribed_event_ops
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / omap3isp / ispccdc.c
index eaabc27f0fa2936b8de8b1bf0a143e49a9fc7916..1f3c16d8f0b47f97715f8c57328d968b81bf38a0 100644 (file)
@@ -1703,7 +1703,7 @@ static int ccdc_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,
        if (sub->id != 0)
                return -EINVAL;
 
-       return v4l2_event_subscribe(fh, sub, OMAP3ISP_CCDC_NEVENTS);
+       return v4l2_event_subscribe(fh, sub, OMAP3ISP_CCDC_NEVENTS, NULL);
 }
 
 static int ccdc_unsubscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,