summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/davinci/isif.c
diff options
context:
space:
mode:
authorBhumika Goyal2017-10-17 14:27:24 +0200
committerMauro Carvalho Chehab2017-10-31 12:18:07 +0100
commit1e6be014466e07d3ba95b396d0ea64d11ac0a79d (patch)
tree82ddf1de040fc7992dc2918bd85f389171de883f /drivers/media/platform/davinci/isif.c
parentmedia: saa7134: Convert timers to use timer_setup() (diff)
downloadkernel-qcow2-linux-1e6be014466e07d3ba95b396d0ea64d11ac0a79d.tar.gz
kernel-qcow2-linux-1e6be014466e07d3ba95b396d0ea64d11ac0a79d.tar.xz
kernel-qcow2-linux-1e6be014466e07d3ba95b396d0ea64d11ac0a79d.zip
media: davinci: make function arguments const
Make the function arguments of functions vpfe_{register/unregister}_ccdc_device const as the pointer dev does not modify the fields of the structure it points to. Also, declare the variable ccdc_dev const as it points to the same structure as dev but it does not modify the fields as well. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/davinci/isif.c')
0 files changed, 0 insertions, 0 deletions