Tag: a46e43e7dedd062fcde0216093467c26ae431ab3

Staging: media: davinci_vpfe: Remove unused variable

Author: Mahati Chamarthy <mahati.chamarthy@gmail.com> 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; Signed-off-by: Mahati Chamarthy Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/staging/media/davinci_vpfe/dm365_isif.c | 2 — 1 file changed, 2 deletions(-) …

Continue reading