diff options
author | 2018-10-04 18:49:53 +0100 | |
---|---|---|
committer | 2018-12-12 12:01:05 +0100 | |
commit | e06d45d8c165a0b1a7aaa1b794c78d2db911c8f6 (patch) | |
tree | fb914fc5788396eed6d6049ebf5e6811ace8cb3a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (diff) | |
download | linux-rng-e06d45d8c165a0b1a7aaa1b794c78d2db911c8f6.tar.xz linux-rng-e06d45d8c165a0b1a7aaa1b794c78d2db911c8f6.zip |
drm/vmwgfx: remove redundant return ret statement
The return statement is redundant as there is a return statement
immediately before it so we have dead code that can be removed.
Also remove the unused declaration of ret.
Detected by CoverityScan, CID#1473793 ("Structurally dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions