]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8712: os_intfs: Remove unnecessary cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 12:02:58 +0000 (17:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:12:30 +0000 (22:12 -0700)
commitf4391443d4d213f6a9fad6e29486219babad7058
treeddcdf71d62bd63298af0e13961297be188a6771d
parent7eb6c2ffed6eb70b8b42613ad84f3bd69a8df3fb
Staging: rtl8712: os_intfs: Remove unnecessary cast

Explicit type conversions are not required and so, they 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/rtl8712/os_intfs.c