media: vs6624: constify vs6624_default_fmt
commit71bfcc6558444af7a434ece4b3f344581c65009e
authorJulia Lawall <Julia.Lawall@lip6.fr>
Mon, 7 Aug 2017 19:02:32 +0000 (7 15:02 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 9 Aug 2017 15:19:20 +0000 (9 11:19 -0400)
tree2af2cd53693506cdd1dda2dcf38dd69b6f915d98
parentbfced6d1ec917436dd02e180bf52d71cd4a335a7
media: vs6624: constify vs6624_default_fmt

The structure vs6624_default_fmt is only copied into another
structure field, so it can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/vs6624.c