commit | 43c85616f642fdb6af33f3b7bcbb6e14bcfd74ee | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Wed Jan 01 08:43:23 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Feb 24 15:23:24 2020 +0100 |
tree | dd2382b3457bf16873f392bd3568cf7f395b54c9 | |
parent | e4183df77fe38b69ee0d05230d9157e13987e3c5 [diff] |
media: isif: constify copied structure The isif_config_defaults structure is only copied into another structure, so make it const. The opportunity for this change was found using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Acked-by: Lad Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>