]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: gdx724x: gdm_mux: Remove explicit cast
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 16 Oct 2015 15:26:22 +0000 (20:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 06:06:38 +0000 (23:06 -0700)
commit3d36370663966c39de3033e066c5224259fcb9eb
treeb71c76aaaec27fe4b3c05d105cf03d57d20d344d
parent24c17a0d969c768ea3be5d1b3cead9388a8db60c
Staging: gdx724x: gdm_mux: Remove explicit cast

Compiler can typecast variables implicitly so, explicit type cast 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/gdm724x/gdm_mux.c