From: Peter Senna Tschudin Date: Thu, 14 Jun 2012 16:58:16 +0000 (-0300) Subject: [media] s5h1420: Unused variable clock_setting X-Git-Tag: v3.6-rc1~40^2^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7c0a69ab1181a0f5e4ead5d4b270d404c6465c;p=pandora-kernel.git [media] s5h1420: Unused variable clock_setting The switch/case was setting clock_setting that is not being used. Both switch/case and the variable definition were removed. Currently clock is being calculated by the formula: (state->fclk/1000000 - 8) Tested by compilation only. Signed-off-by: Peter Senna Tschudin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed