git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f6a93
)
[media] s5h1420: Unused variable clock_setting
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Thu, 14 Jun 2012 16:58:16 +0000
(13:58 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 21 Jun 2012 21:01:54 +0000
(18:01 -0300)
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>
No differences found