diff options
author | 2019-10-19 10:18:40 +0300 | |
---|---|---|
committer | 2019-10-22 11:17:43 +0200 | |
commit | ddd9b54deebba64c37d04598c98035b5da037d38 (patch) | |
tree | 489dd4ceeefbff69efb7458a28f0fc8181fc9fcd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/gma500: fix memory disclosures due to uninitialized bytes (diff) | |
download | linux-dev-ddd9b54deebba64c37d04598c98035b5da037d38.tar.xz linux-dev-ddd9b54deebba64c37d04598c98035b5da037d38.zip |
drm: remove unnecessary return variable
Remove unnecessary variable `ret` in drm_dp_atomic_find_vcpi_slots()
only used to hold the function return value and have the function
return the value directly.
Issue found by coccinelle:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191019071840.16877-1-wambui@karuga.xyz
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions