]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: unisys: visorinput: Remove unused code
authorShivani Bhardwaj <shivanib134@gmail.com>
Tue, 13 Oct 2015 15:20:23 +0000 (20:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 16:51:48 +0000 (09:51 -0700)
commitc5d975f408d86c85bc611dbd5dd794eecb608890
tree27dbcf752e33be2dc1e99ad7b7473d2d68cab1ce
parenta2f71fe3303bdaf626b023325946490a67f47e7d
Staging: unisys: visorinput: Remove unused code

Remove the code which is not used anywhere in the program.
Semantic patch used:

@@
type T;
identifier i;
constant C;
position p != e.p;
@@

- T i@p;
  <+... when != i
- i = C;
  ...+>

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorinput/visorinput.c