diff options
| author | Moses Christopher Bollavarapu <[email protected]> | 2022-03-17 14:47:14 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2022-04-24 08:25:08 +0100 |
| commit | 378a0e4ba89892f78fcab64f03f57f99714a1914 (patch) | |
| tree | cdbbf1492af4ec10d3984ae1cca7af59c85f09c5 /tools/perf/scripts/python/libxed.py | |
| parent | 7dd0f93a31af03cba81c684c4c361bba510ffe71 (diff) | |
media: ov7640: Use ARRAY_SIZE instead of manual checking
Currently, the driver ends the reg-val list with a 0xFF as a check to stop
the loop. Instead an array of reg-vals can be used to avoid this check,
by using the ARRAY_SIZE(arr) macro to obtain the length of the array and
iterate over it.
Signed-off-by: Moses Christopher Bollavarapu <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions