commit | 3f7c0a69ab1181a0f5e4ead5d4b270d404c6465c | [log] [tgz] |
---|---|---|
author | Peter Senna Tschudin <peter.senna@gmail.com> | Thu Jun 14 13:58:16 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jun 21 18:01:54 2012 -0300 |
tree | 266e02f68825068bf8da182b2c35009a282f4433 | |
parent | 59f6a93fae656409042c8a55e8b9088893c40378 [diff] |
[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 <peter.senna@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>