commit | ec8fe6c92576a0d6e2b04df2ef139125c3f341b5 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue May 19 08:19:47 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed May 20 08:54:41 2015 -0300 |
tree | b31e7670c8a82fdee49c441e9a78b64ce3159c17 | |
parent | 5b8bc802e79f4f1df7fcf6999c910d6e231e3c95 [diff] |
[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>