Tag: 817c66c4f50d7b0abb3e33117777d8890ac70040

staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c

Author: Jiayi Ye <yejiayily@gmail.com> 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; Signed-off-by: Jiayi Ye Signed-off-by: Greg Kroah-Hartman …

Continue reading