summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorWambui Karuga <wambui.karugax@gmail.com>2019-10-19 10:18:40 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-10-22 11:17:43 +0200
commitddd9b54deebba64c37d04598c98035b5da037d38 (patch)
tree489dd4ceeefbff69efb7458a28f0fc8181fc9fcd /tools/perf/scripts/python/export-to-sqlite.py
parentec3b7b6eb8c90b52f61adff11b6db7a8db34de19 (diff)
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-sqlite.py')
0 files changed, 0 insertions, 0 deletions