diff options
author | Ramakrishnan Muthukrishnan <ramakrmu@cisco.com> | 2014-06-19 13:22:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-04 15:14:59 -0400 |
commit | 95cd5d5ee67c2108765ae87d34761d54fd6671ce (patch) | |
tree | c0f2f37178ab8a57f142522bf8d1a7b6a1ca36c1 /drivers/media/usb/pwc/pwc-if.c | |
parent | b7284bb0be49441805ae7db0fc419ab7ee882bff (diff) |
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
Since all the drivers that use `struct v4l2_fh' use the core
priority checking, the setting of the flag in the drivers can
be removed.
Signed-off-by: Ramakrishnan Muthukrishnan <ramakrmu@cisco.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-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); |