commit | af5b333a793a93da3b2fbe887681fd32f8095645 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Wed Jan 01 08:43:29 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Feb 24 15:23:48 2020 +0100 |
tree | 765a2b0743f7d02f9d2ed37a1c933ec4b3d7ad76 | |
parent | 43c85616f642fdb6af33f3b7bcbb6e14bcfd74ee [diff] |
media: cx231xx: constify copied structure The hauppauge_955q_lgdt3306a_config 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> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>