Staging: rtl8712: rtl8712_io: Remove unnecessary cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 12:18:58 +0000 (17:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:12:30 +0000 (22:12 -0700)
commit7074ed3df1e23acf68dc398207b6b4bc6a26cac7
tree9384c9bf9321216bee7f88716edbadd159d4c42b
parentadc08cc4c9a34a81194e81754f4a1c8b558df850
Staging: rtl8712: rtl8712_io: Remove unnecessary cast

Typecasting should be removed from variables as it is not required.
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/rtl8712/rtl8712_io.c