diff options
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index 3f5395a7fafe..b79c36fd8cd2 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -571,7 +571,7 @@ static void pwc_video_release(struct v4l2_device *v) | |||
571 | /***************************************************************************/ | 571 | /***************************************************************************/ |
572 | /* Videobuf2 operations */ | 572 | /* Videobuf2 operations */ |
573 | 573 | ||
574 | static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, | 574 | static int queue_setup(struct vb2_queue *vq, const void *parg, |
575 | unsigned int *nbuffers, unsigned int *nplanes, | 575 | unsigned int *nbuffers, unsigned int *nplanes, |
576 | unsigned int sizes[], void *alloc_ctxs[]) | 576 | unsigned int sizes[], void *alloc_ctxs[]) |
577 | { | 577 | { |