[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>
Dieser Commit ist enthalten in:

committet von
Mauro Carvalho Chehab

Ursprung
b7284bb0be
Commit
95cd5d5ee6
@@ -1676,7 +1676,6 @@ static int s2255_probe_v4l(struct s2255_dev *dev)
|
||||
vc->vdev.ctrl_handler = &vc->hdl;
|
||||
vc->vdev.lock = &dev->lock;
|
||||
vc->vdev.v4l2_dev = &dev->v4l2_dev;
|
||||
set_bit(V4L2_FL_USE_FH_PRIO, &vc->vdev.flags);
|
||||
video_set_drvdata(&vc->vdev, vc);
|
||||
if (video_nr == -1)
|
||||
ret = video_register_device(&vc->vdev,
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren