alistair23-linux/drivers/staging/rtl8188eu/core
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
..
rtw_ap.c staging: rtl8188eu: Remove unnecessary parantheses 2016-03-11 22:09:09 -08:00
rtw_cmd.c staging: rtl8188eu: use list_first_entry_or_null() 2016-02-07 19:00:46 -08:00
rtw_debug.c Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue 2016-02-07 19:00:46 -08:00
rtw_efuse.c staging: rtl8188eu: don't cast to void* when calling memset() 2016-02-07 18:58:31 -08:00
rtw_ieee80211.c staging: rtl8188eu: print OUI with %*ph 2016-02-07 19:00:46 -08:00
rtw_ioctl_set.c staging: rtl8188eu: unused macros removed 2015-11-15 20:02:47 -08:00
rtw_iol.c Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters 2016-02-20 15:06:51 -08:00
rtw_led.c staging: rtl8188eu: core/rtw_led.c: fix coding style issue 2015-06-08 13:45:30 -07:00
rtw_mlme.c Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfree 2016-02-20 15:06:51 -08:00
rtw_mlme_ext.c staging: rtl8188eu: core: Use put_unaligned_le16 2016-02-20 15:06:51 -08:00
rtw_pwrctrl.c staging: rtl8188eu: jiffies are unsigned long 2015-11-15 20:02:47 -08:00
rtw_recv.c staging: rtl8188eu: core: Remove casts of pointer to same type 2016-03-11 22:09:09 -08:00
rtw_rf.c Staging: rtl8188eu: core: Use ARRAY_SIZE macro 2015-10-12 20:45:38 -07:00
rtw_security.c staging: rtl8188eu: don't cast to void* when calling memset() 2016-02-07 18:58:31 -08:00
rtw_sreset.c Staging: rtl8188eu: Remove parentheses around right side an assignment 2015-03-16 16:08:01 +01:00
rtw_sta_mgt.c staging: rtl8188eu: core: Remove useless return variables 2016-03-11 22:09:09 -08:00
rtw_wlan_util.c staging: rtl8188eu: remove an extra space 2016-02-07 18:58:31 -08:00
rtw_xmit.c Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree 2016-02-20 15:06:51 -08:00