|
@@ -618,8 +618,7 @@ static int fimc_vidioc_querycap_capture(struct file *file, void *priv,
|
|
|
strncpy(cap->driver, fimc->pdev->name, sizeof(cap->driver) - 1);
|
|
|
strncpy(cap->card, fimc->pdev->name, sizeof(cap->card) - 1);
|
|
|
cap->bus_info[0] = 0;
|
|
|
- cap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_CAPTURE |
|
|
|
- V4L2_CAP_VIDEO_CAPTURE_MPLANE;
|
|
|
+ cap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_CAPTURE_MPLANE;
|
|
|
|
|
|
return 0;
|
|
|
}
|