Staging: wilc1000: wilc_wlan: Remove unnecessary cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Tue, 13 Oct 2015 11:34:48 +0000 (17:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 17:07:06 +0000 (10:07 -0700)
commit7ee8291a2622388c3b732614eb8c4c61a1bdd4dd
treedd8654d713068264f46b9e2787c098f21c29c30a
parent6bd7e5668644424cb70be79ecde4033e1ae123a2
Staging: wilc1000: wilc_wlan: Remove unnecessary cast

Remove cast which 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/wilc1000/wilc_wlan.c