[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
[firefly-linux-kernel-4.4.55.git] / drivers / media / pci / sta2x11 / sta2x11_vip.c
index d2abd3b5c2bf0a63447701c714e535f124ed1976..f2d8c70d35f561b4bcd3bd68b7b7f428cd1df893 100644 (file)
@@ -1093,7 +1093,6 @@ static int sta2x11_vip_init_one(struct pci_dev *pdev,
        vip->video_dev = &video_dev_template;
        vip->video_dev->v4l2_dev = &vip->v4l2_dev;
        vip->video_dev->queue = &vip->vb_vidq;
-       set_bit(V4L2_FL_USE_FH_PRIO, &vip->video_dev->flags);
        video_set_drvdata(vip->video_dev, vip);
 
        ret = video_register_device(vip->video_dev, VFL_TYPE_GRABBER, -1);