Mauro Carvalho Chehab efc0ac5a0e [media] qt1010: Reduce text size by using static const
Using static const allows the compiler to optimize the code.

Before static const:
   text	   data	    bss	    dec	    hex	filename
   4982	    524	   1568	   7074	   1ba2	drivers/media/tuners/qt1010.o

After static const:
   text	   data	    bss	    dec	    hex	filename
   4714	    524	   1568	   6806	   1a96	drivers/media/tuners/qt1010.o

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-04-30 13:40:28 -03:00
..
2014-09-21 16:42:35 -03:00
2014-09-21 18:24:32 -03:00
2015-03-06 23:05:39 +01:00
2014-09-03 10:38:57 -03:00
2015-04-08 15:02:07 -03:00
2014-11-25 09:14:14 -02:00
2012-10-28 07:38:54 -02:00
2014-09-03 18:42:09 -03:00