media: ov772x: constify ov772x_frame_intervals

The values on this array never changes. Make it const.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2018-03-06 10:34:44 -05:00
parent 1844f49861
commit 7b69f2cb91
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ static const struct ov772x_win_size ov772x_win_sizes[] = {
/*
* 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