mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Rename V4L2_TYPE_GRABBER to V4L2_TYPE_VIDEO for 5.7rc1
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
@@ -724,7 +724,7 @@ int fthd_v4l2_register(struct fthd_private *dev_priv)
|
||||
V4L2_CAP_STREAMING;
|
||||
video_set_drvdata(vdev, dev_priv);
|
||||
|
||||
ret = video_register_device(vdev, VFL_TYPE_GRABBER, -1);
|
||||
ret = video_register_device(vdev, VFL_TYPE_VIDEO, -1);
|
||||
if (ret) {
|
||||
video_device_release(vdev);
|
||||
goto fail_vdev;
|
||||
|
||||
Reference in New Issue
Block a user