alistair23-linux/drivers/staging/rtl8188eu
Bhaktipriya Shridhar 235a010362 staging: rtl8188eu: core: Remove useless return variables
This patch removes unnecessary return variables and compresses the
return logic.
The coccinelle script that finds and fixes this issue is:

@@ type T; identifier i,f; constant C; @@
- T i;
...when != i
when strict
( return -C;
|
- i =
+ return
f(...);
- return i;
)

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
core staging: rtl8188eu: core: Remove useless return variables 2016-03-11 22:09:09 -08:00
hal staging: rtl8188eu: hal: Drop Useless Initialization 2016-03-11 22:09:09 -08:00
include staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_D 2016-02-20 15:06:51 -08:00
os_dep staging: rtl8188eu: os_dep: Remove useless return variables 2016-03-11 22:09:09 -08:00
Kconfig
Makefile staging: rtl8188eu: provide an absolute path to include folder 2016-02-07 19:00:46 -08:00
TODO staging: rtl8*: fix my email address up 2016-02-11 19:33:46 -08:00