commit | 65058214f5c2ebe844916b92d1bece64fd00206e | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Aug 08 06:58:29 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Aug 09 10:53:47 2017 -0400 |
tree | 4e80f3877de1cecb5337991f35a8d481a1f2ebf3 | |
parent | e7d59935d382d022054fcc311ac97a909e00d338 [diff] |
media: staging: media: atomisp: constify video_subdev structures These structures are both stored in fields of v4l2_subdev_ops structures, all of which are const, so these structures can be const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>