aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2016-06-24 12:00:02 -0300
committerMauro Carvalho Chehab <[email protected]>2016-06-24 12:00:02 -0300
commit29025f69bb8aa0900ed89bd3abbe97ea85ff760a (patch)
treedc57a21d569ff8211f2ff165f98c30fd12f9deb9 /tools/perf/scripts
parentcf47faca25e29ffb74c883675a9bada065d9ea10 (diff)
r820t: comment out two ancillary tables
As Gcc6.1 warned, those tables are currently unused: drivers/media/tuners/r820t.c:349:18: warning: 'r820t_mixer_gain_steps' defined but not used [-Wunused-const-variable=] static const int r820t_mixer_gain_steps[] = { ^~~~~~~~~~~~~~~~~~~~~~ drivers/media/tuners/r820t.c:345:18: warning: 'r820t_lna_gain_steps' defined but not used [-Wunused-const-variable=] static const int r820t_lna_gain_steps[] = { ^~~~~~~~~~~~~~~~~~~~ They're actually used only by a routine that it is currently commented out. So, move those tables to be together with such code and comment them out. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions