summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-12-24 14:49:12 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-01-22 14:16:42 +0300
commit17b8d951b54c7c62e44e13e64ded642dbef5fd34 (patch)
tree99b921ab357903f0f1810751e293ed111647e9cd /tools/perf/scripts/python/bin
parent6b659c7b10e3136286bd696b631667ee42499d0b (diff)
downloadlinux-17b8d951b54c7c62e44e13e64ded642dbef5fd34.tar.xz
media: fimc-is: constify fimc_formats array
Pointers to elements of the static array "fimc_formats" with "struct fimc_fmt" are passed all around to various calls, but all of them do not modify pointed data. Constify the pointers everywhere which at the end allows to make static array "fimc_formats" const itself. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions