[media] v4l2-event: Add v4l2_subscribed_event_ops
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / ivtv / ivtv-ioctl.c
index a151271f60e18e88bbdf0475da78dc48806a576a..a7730fd4827f0378d91f7e2e9f27bee31bf0c6ed 100644 (file)
@@ -1469,7 +1469,7 @@ static int ivtv_subscribe_event(struct v4l2_fh *fh, struct v4l2_event_subscripti
        case V4L2_EVENT_VSYNC:
        case V4L2_EVENT_EOS:
        case V4L2_EVENT_CTRL:
-               return v4l2_event_subscribe(fh, sub, 0);
+               return v4l2_event_subscribe(fh, sub, 0, NULL);
        default:
                return -EINVAL;
        }