diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-02-19 14:29:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-17 12:52:41 -0300 |
commit | 0244fd78231db16a9b0e44ac76da6a6208dc5ad4 (patch) | |
tree | c48b58e4a6a788da9ed0d4ebff62908a9fed90bd /mm/mm_init.c | |
parent | f558461335922afeb21650a3bddb1b58d183ab7f (diff) | |
download | talos-obmc-linux-0244fd78231db16a9b0e44ac76da6a6208dc5ad4.tar.gz talos-obmc-linux-0244fd78231db16a9b0e44ac76da6a6208dc5ad4.zip |
[media] cx88: constify mb86a16_config structure
Declare mb86a16_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 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 'mm/mm_init.c')
0 files changed, 0 insertions, 0 deletions