commit | 9369fe012d06c4a8775984609bc068e85bfeec8f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Oct 28 12:30:44 2014 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Mar 03 10:34:14 2015 -0300 |
tree | 7a5591aafc6dedba6e8c92c1bbf91dba1eb19f37 | |
parent | c9897649db868dc7d42a92437534baa7bbe04044 [diff] |
[media] lgdt3306a: constify log tables Ideally, we should be replacing this function by intlog10(). While we don't do that, let's at least constify the tables, in order to remove its code footfrint, and get rid of nelems. This also fixes a few 80-cols CodingStyle warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>