[media] cx24120: constify static data
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 19 May 2015 11:19:47 +0000 (08:19 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 20 May 2015 11:54:41 +0000 (08:54 -0300)
commitec8fe6c92576a0d6e2b04df2ef139125c3f341b5
treeb31e7670c8a82fdee49c441e9a78b64ce3159c17
parent5b8bc802e79f4f1df7fcf6999c910d6e231e3c95
[media] cx24120: constify static data

Use const on the static data, as gcc may optimize better the
code. Also, would prevent that some code would override the
data there.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
drivers/media/dvb-frontends/cx24120.c