|
@@ -1029,6 +1029,8 @@ void omap3isp_stat_unregister_entities(struct ispstat *stat)
|
|
|
int omap3isp_stat_register_entities(struct ispstat *stat,
|
|
int omap3isp_stat_register_entities(struct ispstat *stat,
|
|
|
struct v4l2_device *vdev)
|
|
struct v4l2_device *vdev)
|
|
|
{
|
|
{
|
|
|
|
|
+ stat->subdev.dev = vdev->mdev->dev;
|
|
|
|
|
+
|
|
|
return v4l2_device_register_subdev(vdev, &stat->subdev);
|
|
return v4l2_device_register_subdev(vdev, &stat->subdev);
|
|
|
}
|
|
}
|
|
|
|
|
|