linux-stable/drivers/staging/rtl8188eu
Shivani Bhardwaj 96c3522855 Staging: rtl8188eu: rf_cfg: Remove useless cast
Type conversion of variables can be done by compiler implicitly so,
explicit conversions should be removed.
Semantic patch used:
@@
type T;
T e;
identifier x;
@@

* T x = (T)e;

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:51:48 -07:00
..
core Staging: rtl8188eu: core: Use ARRAY_SIZE macro 2015-10-12 20:45:38 -07:00
hal Staging: rtl8188eu: rf_cfg: Remove useless cast 2015-10-16 22:51:48 -07:00
include staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parameters 2015-09-29 04:27:22 +02:00
os_dep staging: rtl8188eu: Add missing include 2015-10-02 11:48:15 +02:00
Kconfig staging: rtl8188eu: Fix build error when CFG80211 is not selected 2015-09-29 04:27:22 +02:00
Makefile staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 frames 2015-09-18 19:53:50 -07:00
TODO