hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/i2c/mt9v111.c
....@@ -103,7 +103,7 @@
103103 #define MT9V111_MAX_CLKIN 27000000
104104
105105 /* 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 = {
107107 .width = 640,
108108 .height = 480,
109109 .code = MEDIA_BUS_FMT_UYVY8_2X8,