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 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(... (diff) | |
| download | linux-b031d10abfeeffc5d015a3d135babce16930bf62.tar.gz linux-b031d10abfeeffc5d015a3d135babce16930bf62.zip | |
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 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
