]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit90dca2b5d750641afe3fece4c8878b6a56a4e751
tree9384c9bf9321216bee7f88716edbadd159d4c42b
parent74a283f9ff6864ae48e2cb5a5bbc479eedd77468
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