alistair23-linux/drivers/staging/rtl8188eu/core
Janani Ravichandran 139737983d staging: rtl8188eu: Remove unnecessary pointer cast
Remove unnecessary pointer cast. Issue found using the following Coccinelle semantic patch.

@@
type T;
T e;
identifier x;
@@

* T x = (T)e;

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 20:03:56 -08:00
..
rtw_ap.c staging: rtl8188eu: don't cast to void* when calling memset() 2016-02-07 18:58:31 -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
rtw_led.c
rtw_mlme.c staging: rtl8188eu: use list_first_entry_or_null() 2016-02-07 19:00:46 -08:00
rtw_mlme_ext.c staging: rtl8188eu: Remove unnecessary pointer cast 2016-02-11 20:03:56 -08:00
rtw_pwrctrl.c staging: rtl8188eu: jiffies are unsigned long 2015-11-15 20:02:47 -08:00
rtw_recv.c staging: rtl8188eu: use list_first_entry_or_null() 2016-02-07 19:00:46 -08:00
rtw_rf.c
rtw_security.c staging: rtl8188eu: don't cast to void* when calling memset() 2016-02-07 18:58:31 -08:00
rtw_sreset.c
rtw_sta_mgt.c staging: rtl8188eu: use list_first_entry_or_null() 2016-02-07 19:00:46 -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: use list_first_entry_or_null() 2016-02-07 19:00:46 -08:00