commit | ebf7a6488eed7544dc53c757133663a465bb812d | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Aug 08 06:58:28 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Aug 20 08:04:30 2017 -0400 |
tree | 00695cdf339e8d5557d5dfb2b38a5df99d1cd14f | |
parent | 46014f61daf81581da1440dbe6be9173f8bb8588 [diff] |
media: vimc: constify video_subdev structures These structures are all only 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: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>