diff options
| author | Bhumika Goyal <[email protected]> | 2017-10-17 08:27:24 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-10-31 07:18:07 -0400 |
| commit | 1e6be014466e07d3ba95b396d0ea64d11ac0a79d (patch) | |
| tree | 82ddf1de040fc7992dc2918bd85f389171de883f /tools/perf/scripts/python | |
| parent | 1e7126b4a86ad69e870099fb6b922a3b6e29598b (diff) | |
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 <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions