Skip to content
Commit efc0ac5a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d202e1ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment