diff options
| author | Nathan Chancellor <[email protected]> | 2020-05-27 09:11:45 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-06-11 18:16:39 +0200 |
| commit | 55fffcb927ba5ad6e0d6b348beefdea0478a6807 (patch) | |
| tree | 42664808026265080ccb4579be99316e8153adb0 /tools/perf/scripts/python | |
| parent | ebf89d12cae21dbefec6c8fe489ad98746087b93 (diff) | |
media: atomisp: Remove second increment of count in atomisp_subdev_probe
Clang warns:
../drivers/staging/media/atomisp/pci/atomisp_v4l2.c:1097:3: warning:
variable 'count' is incremented both in the loop header and in the loop
body [-Wfor-loop-analysis]
count++;
^
This was probably unintentional, remove it.
Link: https://github.com/ClangBuiltLinux/linux/issues/1036
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions