V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping (S_CROP)
[pandora-kernel.git] / drivers / media / video / soc_camera_platform.c
index aec2cad..3825c35 100644 (file)
@@ -127,10 +127,6 @@ static int soc_camera_platform_probe(struct platform_device *pdev)
        /* Set the control device reference */
        dev_set_drvdata(&icd->dev, &pdev->dev);
 
-       icd->width_min          = 0;
-       icd->rect_max.width     = p->format.width;
-       icd->height_min         = 0;
-       icd->rect_max.height    = p->format.height;
        icd->y_skip_top         = 0;
        icd->ops                = &soc_camera_platform_ops;