]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jul 2012 01:06:49 +0000 (18:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jul 2012 01:06:49 +0000 (18:06 -0700)
commitbd6393f958b659df9cfae540d6e83062c7713ee6
tree2bbdccf469176b0e783e408eb8e2f91d1630797c
parent6e305719b812956346fd642d707576b0a2e48921
parentda2a010eff2573214e0c1dc72a6355813eac5801
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()