Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git://git...
[deliverable/linux.git] / drivers / media / video / ov5642.c
index 80e07794ac8ee995aeca66728c127f22d348ed87..0bc93313d37ad1036da74be56a655dd9bbe880ae 100644 (file)
@@ -1025,8 +1025,6 @@ static int ov5642_probe(struct i2c_client *client,
        priv->crop_rect.height  = OV5642_DEFAULT_HEIGHT;
        priv->crop_rect.left    = (OV5642_MAX_WIDTH - OV5642_DEFAULT_WIDTH) / 2;
        priv->crop_rect.top     = (OV5642_MAX_HEIGHT - OV5642_DEFAULT_HEIGHT) / 2;
-       priv->crop_rect.width   = OV5642_DEFAULT_WIDTH;
-       priv->crop_rect.height  = OV5642_DEFAULT_HEIGHT;
        priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH;
        priv->total_height = BLANKING_MIN_HEIGHT;
 
This page took 0.024457 seconds and 5 git commands to generate.