summaryrefslogtreecommitdiff
path: root/drivers/media/video/ov10635.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ov10635.c')
-rw-r--r--drivers/media/video/ov10635.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov10635.c b/drivers/media/video/ov10635.c
index e6ac503a6e10..98a5e267d0b5 100644
--- a/drivers/media/video/ov10635.c
+++ b/drivers/media/video/ov10635.c
@@ -521,7 +521,7 @@ static int ov10635_get_pclk(int xvclk, int *htsmin, int *vtsmin,
if (pclk > 96000000)
continue;
- hts = *htsmin + 200 + pclk/300000;
+ hts = *htsmin + 210 + pclk/300000;
/* 2 clock cycles for every YUV422 pixel */
if (pclk < (((hts * *vtsmin)/fps_denominator)