Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 18:32:14 +0000 (00:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:51:48 +0000 (22:51 -0700)
commitd762c9b4b48acd082eb1d3ffe56401eac92fbef4
tree056ca59fa9ae06e044d163082be9c664924559ad
parent96c35228559a6e9ec14cb494a3f6807b9f755c50
Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast

Explicit type conversion is not required and should be removed.
Semantic patch used:
@@
type T;
T e;
identifier x;
@@

* T x = (T)e;

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c