commit | 9e85a6f9dc231f3ed3c1dc1b12217505d970142a | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 03 18:06:49 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 03 18:06:49 2012 -0700 |
tree | 2bbdccf469176b0e783e408eb8e2f91d1630797c | |
parent | 6c8addcb7669427d67029c485c8c6ab18470f83f [diff] | |
parent | 863b13271f1608ab3af6f7a371047d9a66693e38 [diff] |
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux Pull fix to common clk framework from Michael Turquette: "The previous set of common clk fixes for -rc5 left an uninitialized int which could lead to bad array indexing when switching clock parents. The issue is fixed with a trivial change to the code flow in __clk_set_parent." * tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux: clk: fix parent validation in __clk_set_parent()