[media] mt9v011: Fixed incorrect value for the first valid column
[deliverable/linux.git] / drivers / media / video / mt9v011.c
index 4904d25f689fdf61c60fc0d8db2d40f80fd473f8..a6cf05aa4550c3c945887b0943051cac53b25468 100644 (file)
@@ -286,7 +286,7 @@ static void set_res(struct v4l2_subdev *sd)
         * be missing.
         */
 
-       hstart = 14 + (640 - core->width) / 2;
+       hstart = 20 + (640 - core->width) / 2;
        mt9v011_write(sd, R02_MT9V011_COLSTART, hstart);
        mt9v011_write(sd, R04_MT9V011_WIDTH, core->width);
        mt9v011_write(sd, R05_MT9V011_HBLANK, 771 - core->width);
This page took 0.023816 seconds and 5 git commands to generate.