aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2021-11-07 17:15:47 +0000
committerMauro Carvalho Chehab <[email protected]>2021-11-15 08:11:56 +0000
commit9f7b638637da7b1785659fd963d79dbca5caaa69 (patch)
tree9f8c1a3bd6c33fba2f4f0aed2a1260d04343018d /tools/perf/scripts/python/bin/stackcollapse-report
parentbc53e5bdbc7b5044079506990b76b39511ee1582 (diff)
media: atomisp-ov2680: Fix ov2680_write_reg() always writing 0 to 16 bit registers
The shift << 16 of the value in the code path for 16 bit values is bogus, put_unaligned_be16() takes the lower 16 bits which will not always be 0. This was causing __ov2680_set_exposure() to always set the OV2680_AGC and OV2680_TIMING_VTS registers to 0. Link: https://lore.kernel.org/linux-media/[email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions