diff options
| author | Matthias Kaehlcke <[email protected]> | 2017-03-17 18:01:33 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-04-05 15:09:20 -0300 |
| commit | 1085cbf271e4f9fe8c4064877d39335d327e662f (patch) | |
| tree | 2aa1d533df10da2ac021805b920706ecf464b556 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | ee8c7cdb876f4a486a620e448e4b299de7df12db (diff) | |
[media] vcodec: mediatek: Remove double parentheses
The extra pairs of parentheses are not needed and cause clang
warnings like this:
drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c:158:32: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
if ((inst->work_bufs[i].size == 0))
~~~~~~~~~~~~~~~~~~~~~~~~^~~~
drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c:158:32: note: remove extraneous parentheses around the comparison to silence this warning
if ((inst->work_bufs[i].size == 0))
~ ^ ~
drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c:158:32: note: use '=' to turn this equality comparison into an assignment
if ((inst->work_bufs[i].size == 0))
^~
=
Signed-off-by: Matthias Kaehlcke <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions