diff options
author | Sumera Priyadarsini <[email protected]> | 2020-07-26 18:37:20 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-28 10:17:30 +0200 |
commit | b031d10abfeeffc5d015a3d135babce16930bf62 (patch) | |
tree | 23a2967d5111124a43d687deaadbffffe0b9db3c /lib/mpi/mpi-mod.c | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions