aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorShuah Khan <[email protected]>2019-06-12 20:56:52 -0400
committerMauro Carvalho Chehab <[email protected]>2019-06-21 16:45:59 -0400
commitff3c65cb81157b7259250a1f68ddf13a43923ecb (patch)
tree9f720bb851a34731c84b5ead7e7cd9d9fee82921 /tools/perf/scripts/python
parent5ca004d11bfa4f5705b2761b6de29f81914cf3fe (diff)
media: videodev2.h: Fix shifting signed 32-bit value by 31 bits problem
Fix v4l2_fourcc define to use "U" cast to avoid shifting signed 32-bit value by 31 bits problem. This isn't a problem for kernel builds with gcc. This could be problem since this header is part of public API which could be included for builds using compilers that don't handle this condition safely resulting in undefined behavior. Signed-off-by: Shuah Khan <[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