linux/drivers/staging/ft1000
Jiayi Ye 817c66c4f5 staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c
Variable whose value is initialized but never used is unnecessary. The following Coccinelle semantic patch removed the unused variable.

@e@
identifier i;
position p;
type T;
@@

extern T i@p;

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

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

Signed-off-by: Jiayi Ye <yejiayily@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-23 12:31:18 +08:00
..
ft1000-pcmcia staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c 2014-10-23 12:31:18 +08:00
ft1000-usb staging: ft1000: Remove parentheses from return arguments 2014-10-23 12:31:18 +08:00
ft1000.h staging: ft1000: remove procfs entries 2014-07-27 11:45:46 -07:00
Kconfig
Makefile
TODO