diff options
author | Sumera Priyadarsini <sylphrenadin@gmail.com> | 2020-07-26 18:37:20 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-28 10:17:30 +0200 |
commit | b031d10abfeeffc5d015a3d135babce16930bf62 (patch) | |
tree | 23a2967d5111124a43d687deaadbffffe0b9db3c /scripts/gdb/linux/utils.py | |
parent | 01713f0d58322f0029f5ac99ce60dd44414b4902 (diff) |
staging: wfx: Remove unnecessary return variable
Remove redundant variable in file fwio.c used for returning value.
Issue was found using Coccinelle:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>
Link: https://lore.kernel.org/r/20200726130720.12993-1-sylphrenadin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions