Staging: rtl8192e: rtllib_softmac: Remove useless cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 18:16:05 +0000 (23:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:46:48 +0000 (22:46 -0700)
commitbd60ac14db902ed8e5c7a769c85fc9005fd69c26
tree3d8705eabd81ca172f9b79962420d530d9545113
parente3ce40cb734f2a0edd51f3a7cda913274dab42ed
Staging: rtl8192e: rtllib_softmac: Remove useless cast

Explicit type conversion is not required to remove it.
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/rtl8192e/rtllib_softmac.c