aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ov772x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ov772x.c')
-rw-r--r--drivers/media/video/ov772x.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c
index 03488f9e1c88..bbe6f2d71c15 100644
--- a/drivers/media/video/ov772x.c
+++ b/drivers/media/video/ov772x.c
@@ -955,24 +955,6 @@ ov772x_set_fmt_error:
955 return ret; 955 return ret;
956} 956}
957 957
958/* Cannot crop, just return the current geometry */
959static int ov772x_set_crop(struct soc_camera_device *icd,
960 struct v4l2_rect *rect)
961{
962 struct i2c_client *client = to_i2c_client(to_soc_camera_control(icd));
963 struct ov772x_priv *priv = to_ov772x(client);
964
965 if (!priv->fmt || !priv->win)
966 return -EINVAL;
967
968 rect->left = 0;
969 rect->top = 0;
970 rect->width = priv->win->width;
971 rect->height = priv->win->height;
972
973 return 0;
974}
975
976static int ov772x_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *f) 958static int ov772x_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *f)
977{ 959{
978 struct i2c_client *client = sd->priv; 960 struct i2c_client *client = sd->priv;
@@ -1060,7 +1042,6 @@ static int ov772x_video_probe(struct soc_camera_device *icd,
1060} 1042}
1061 1043
1062static struct soc_camera_ops ov772x_ops = { 1044static struct soc_camera_ops ov772x_ops = {
1063 .set_crop = ov772x_set_crop,
1064 .set_bus_param = ov772x_set_bus_param, 1045 .set_bus_param = ov772x_set_bus_param,
1065 .query_bus_param = ov772x_query_bus_param, 1046 .query_bus_param = ov772x_query_bus_param,
1066 .controls = ov772x_controls, 1047 .controls = ov772x_controls,