commit | 6f005abb00848556a6bff1d3bc8a76f7dc2f9c24 | [log] [tgz] |
---|---|---|
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | Mon Aug 19 04:47:01 2019 -0300 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed Aug 21 18:39:55 2019 -0300 |
tree | af0d6005dd752d329f11260d706b98ff9ad6b86a | |
parent | 05fa782e2547e2fa2d9233182abdb406605346e0 [diff] |
media: dvb-frontends/cxd2099: Make en_templ constant Static structure en_templ, of type dvb_ca_en50221, is not used except to be copied into a local variable. Hence make it const to prevent unintended modification of the original fields. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>