提交 7b69f2cb 编写于 作者: M Mauro Carvalho Chehab

media: ov772x: constify ov772x_frame_intervals

The values on this array never changes. Make it const.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 1844f498
...@@ -531,7 +531,7 @@ static const struct ov772x_win_size ov772x_win_sizes[] = { ...@@ -531,7 +531,7 @@ static const struct ov772x_win_size ov772x_win_sizes[] = {
/* /*
* frame rate settings lists * frame rate settings lists
*/ */
static unsigned int ov772x_frame_intervals[] = { 5, 10, 15, 20, 30, 60 }; static const unsigned int ov772x_frame_intervals[] = { 5, 10, 15, 20, 30, 60 };
/* /*
* general function * general function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册