]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 18:32:14 +0000 (00:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:51:48 +0000 (22:51 -0700)
commitcdc569979cc0622975530b3877c4dc7229e183b7
tree056ca59fa9ae06e044d163082be9c664924559ad
parentcdb68a8b5b4dbea4451b8a605ac5bf2b87d950cc
Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast

Explicit type conversion is not required and 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/rtl8188eu/core/rtw_ieee80211.c