aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ov5642.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ov5642.c')
-rw-r--r--drivers/media/video/ov5642.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ov5642.c b/drivers/media/video/ov5642.c
index b36d42bfeab2..163a6f7ff8ef 100644
--- a/drivers/media/video/ov5642.c
+++ b/drivers/media/video/ov5642.c
@@ -942,7 +942,6 @@ static int ov5642_probe(struct i2c_client *client,
942 942
943 v4l2_i2c_subdev_init(&priv->subdev, client, &ov5642_subdev_ops); 943 v4l2_i2c_subdev_init(&priv->subdev, client, &ov5642_subdev_ops);
944 944
945 icd->ops = NULL;
946 priv->fmt = &ov5642_colour_fmts[0]; 945 priv->fmt = &ov5642_colour_fmts[0];
947 946
948 ret = ov5642_video_probe(icd, client); 947 ret = ov5642_video_probe(icd, client);