]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: media: davinci_vpfe: Remove unused variable
authorMahati Chamarthy <mahati.chamarthy@gmail.com>
Sat, 27 Sep 2014 15:20:17 +0000 (20:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:00:27 +0000 (23:00 -0400)
commit7f3fd053b1afb56c18a37144e8d8a81fa95d41cc
treed7904f4d05ba0796b84fd246f31a8ca608a4b882
parent297285de07ba933979fcc8dfe6ad4bb1344a0b44
Staging: media: davinci_vpfe: Remove unused variable

This patch removes a variable which has never been used. The following
Coccinelle semantic patch was used to make this transformation:

@@
type T;
identifier i;
constant C;
@@

- T i;
  <... when != i
- i = C;
  ...>

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/davinci_vpfe/dm365_isif.c