Files
linux/drivers
Sumera Priyadarsini b031d10abf 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>
2020-07-28 10:17:30 +02:00
..
2020-07-03 16:15:31 +02:00
2020-07-20 09:37:31 +02:00
2020-07-07 21:04:38 +02:00
2020-07-27 12:42:15 +02:00
2020-07-20 09:37:31 +02:00
2020-06-04 19:09:28 +02:00
2020-06-22 12:34:21 -04:00