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:
1114428
)
clock: redefine variable clocks_per_pll as a struct member
author
Tang Yuantian
<Yuantian.Tang@freescale.com>
Thu, 15 Jan 2015 06:03:40 +0000
(14:03 +0800)
committer
Michael Turquette
<mturquette@linaro.org>
Tue, 20 Jan 2015 18:09:10 +0000
(10:09 -0800)
redefine variable clocks_per_pll as a struct member
If there are multiple PLL clock nodes, this variable will
get overwritten. Redefining it as a struct member can avoid that.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
No differences found