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:
38e4aa0
)
clk: vt8500: Missing breaks in vtwm_pll_round_rate/_set_rate.
author
Tony Prisk
<linux@prisktech.co.nz>
Sun, 14 Apr 2013 05:28:35 +0000
(17:28 +1200)
committer
Mike Turquette
<mturquette@linaro.org>
Sun, 14 Apr 2013 07:02:44 +0000
(
00:02
-0700)
The case of PLL_TYPE_WM8750 in both these functions is missing a break
statement causing a fall-through to the default: case.
Insert the missing break statements.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
No differences found