diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-02-19 20:39:06 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-17 18:53:03 +0300 |
commit | 713be96a89c581665ba8378d42b4958a9574e367 (patch) | |
tree | 8414d126256e43c8aa14ca6dee31fcc98d6af6ac /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0244fd78231db16a9b0e44ac76da6a6208dc5ad4 (diff) | |
download | linux-713be96a89c581665ba8378d42b4958a9574e367.tar.xz |
[media] pci: mantis: constify mb86a16_config structure
Declare mb86a16_config structure as const as it is either passed as
an argument to the function dvb_attach or is dereferenced. dvb_attach
calls its first argument on the rest of its arguments. The first argument
of dvb_attach in the changed case is mb86a16_attach and the parameter of
this function to which the object reference is passed is of type
const. So, mb86a16_config structures having this property can be made
const.
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