diff options
Diffstat (limited to 'drivers/media/usb/pwc')
| -rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index a73b0bced96f..15b754da4a2c 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
| @@ -1013,7 +1013,6 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id | |||
| 1013 | strcpy(pdev->vdev.name, name); | 1013 | strcpy(pdev->vdev.name, name); |
| 1014 | pdev->vdev.queue = &pdev->vb_queue; | 1014 | pdev->vdev.queue = &pdev->vb_queue; |
| 1015 | pdev->vdev.queue->lock = &pdev->vb_queue_lock; | 1015 | pdev->vdev.queue->lock = &pdev->vb_queue_lock; |
| 1016 | set_bit(V4L2_FL_USE_FH_PRIO, &pdev->vdev.flags); | ||
| 1017 | video_set_drvdata(&pdev->vdev, pdev); | 1016 | video_set_drvdata(&pdev->vdev, pdev); |
| 1018 | 1017 | ||
| 1019 | pdev->release = le16_to_cpu(udev->descriptor.bcdDevice); | 1018 | pdev->release = le16_to_cpu(udev->descriptor.bcdDevice); |
