summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-02-19 15:59:52 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-17 18:18:18 +0300
commitc5db7475a8e22c345f3442b7e4c4ab96d99dacf3 (patch)
tree052d007ec3c9fb568f0beade923463d61380ebc1 /tools/perf/scripts/python/export-to-postgresql.py
parentbf05b65a9fe5f6a6dd3e72cab2aacd8b5b96e41d (diff)
downloadlinux-c5db7475a8e22c345f3442b7e4c4ab96d99dacf3.tar.xz
[media] b2c2: constify nxt200x_config structure
Declare nxt200x_config structure as const as it is only passed as an argument to the function dvb_attach. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed case is nxt200x_attach and the parameter of this function to which the object reference is passed is of type const. So, nxt200x_config structures having this property can be made const. File size before: text data bss dec hex filename 7566 568 0 8134 1fc6 common/b2c2/flexcop-fe-tuner.o File size after: text data bss dec hex filename 7582 536 0 8118 1fb6 common/b2c2/flexcop-fe-tuner.o Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions