From: Mahati Chamarthy Date: Sat, 27 Sep 2014 15:20:17 +0000 (+0530) Subject: Staging: media: davinci_vpfe: Remove unused variable X-Git-Tag: fixes-for-v3.18-merge-window~15^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46e43e7dedd062fcde0216093467c26ae431ab3;p=pandora-kernel.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed