kernel/drivers/media/i2c/mt9v111.c
.. .. @@ -103,7 +103,7 @@ 103 103 #define MT9V111_MAX_CLKIN 27000000 104 104 105 105 /* The default sensor configuration at startup time. */ 106 -static struct v4l2_mbus_framefmt mt9v111_def_fmt = {106 +static const struct v4l2_mbus_framefmt mt9v111_def_fmt = {107 107 .width = 640, 108 108 .height = 480, 109 109 .code = MEDIA_BUS_FMT_UYVY8_2X8,