kernel/drivers/media/platform/rockchip/isp1/isp_params.c
.. .. @@ -2630,7 +2630,7 @@ 2630 2630 ret = media_entity_pads_init(&vdev->entity, 1, &node->pad); 2631 2631 if (ret < 0) 2632 2632 goto err_release_queue; 2633 - ret = video_register_device(vdev, VFL_TYPE_GRABBER, -1);2633 + ret = video_register_device(vdev, VFL_TYPE_VIDEO, -1);2634 2634 if (ret < 0) { 2635 2635 dev_err(&vdev->dev, 2636 2636 "could not register Video for Linux device\n");