Michael Grzeschik <m.grzesc...@pengutronix.de> writes:

> Signed-off-by: Philipp Wiesner <p.wies...@phytec.de>
> Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de>
> ---
>  drivers/media/video/mt9m111.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
> index 5f0c55e..2080615 100644
> --- a/drivers/media/video/mt9m111.c
> +++ b/drivers/media/video/mt9m111.c
> @@ -131,8 +131,8 @@
>  
>  #define MT9M111_MIN_DARK_ROWS        8
>  #define MT9M111_MIN_DARK_COLS        24
> -#define MT9M111_MAX_HEIGHT   1024
> -#define MT9M111_MAX_WIDTH    1280
> +#define MT9M111_MAX_HEIGHT   1032
> +#define MT9M111_MAX_WIDTH    1288

If we're going down that path, my specification says in chapter "Pixel Data
Format/Pixel Array Structure" that there are :
 - 1289 optical active pixels in width
 - 1033 optical active pixels in height

So why don't we use the real values here ?

Cheers.

--
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to