diff options
author | Colin Ian King <[email protected]> | 2018-07-24 19:11:28 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2018-07-24 19:11:28 +0200 |
commit | 8974b76ddc933151395db6085bf49fad8cd0346b (patch) | |
tree | ae74142f2abfc715b63a4fa4230e61a0b93b729a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5ec1ec35b2979b59d0b33381e7c9aac17e159d16 (diff) |
video: fbdev: tridentfb: remove deadcode on unreachable case statement
The value of tmp being used in the switch statement has the range of
just 0..3 hence the case 4 statement can never be reached and is
deadcode and can be removed.
Detected by CoverityScan, CID#744384 ("Logically dead code")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions