commit | e4183df77fe38b69ee0d05230d9157e13987e3c5 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Wed Jan 01 08:43:21 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Feb 24 15:22:57 2020 +0100 |
tree | 4eb71ee6a13081be7f1ef04ecc600e5bfb19dcc3 | |
parent | 639c0a5b0503fb57127fa8972208d43020a9bcf6 [diff] |
media: anysee: constify copied structure The anysee_tda18212_config and anysee_tda18212_config2 structures are only copied into other structures, so make them const. The opportunity for this change was found using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>