diff options
| author | Philipp Zabel <[email protected]> | 2017-06-23 07:57:27 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-07-19 15:19:10 -0400 |
| commit | 9c2a4559435e2915209fd9588253111ee1dc2f7a (patch) | |
| tree | 3b747f64aabbf2ab07e59799178738fb0a9c8a25 /tools/perf/scripts/python/bin | |
| parent | 462e8ce009cba0da6c636d245678a7f80d660769 (diff) | |
media: coda: do not reassign ctx->tiled_map_type in coda_s_fmt
This smatch warning:
coda/coda-common.c:706 coda_s_fmt() warn: missing break? reassigning 'ctx->tiled_map_type'
can be silenced by moving the ctx->tiled_map_type assignment into the
breakout condition. That way the field is not reassigned when falling
through to the next switch statement.
Signed-off-by: Philipp Zabel <[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')
0 files changed, 0 insertions, 0 deletions