diff options
author | Wambui Karuga <wambui.karugax@gmail.com> | 2019-10-19 10:18:40 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-10-22 12:17:43 +0300 |
commit | ddd9b54deebba64c37d04598c98035b5da037d38 (patch) | |
tree | 489dd4ceeefbff69efb7458a28f0fc8181fc9fcd /scripts/gdb/linux/modules.py | |
parent | ec3b7b6eb8c90b52f61adff11b6db7a8db34de19 (diff) | |
download | linux-ddd9b54deebba64c37d04598c98035b5da037d38.tar.xz |
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 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions