https://github.com/torvalds/linux
Revision 9e85a6f9dc231f3ed3c1dc1b12217505d970142a authored by Linus Torvalds on 04 July 2012, 01:06:49 UTC, committed by Linus Torvalds on 04 July 2012, 01:06:49 UTC
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()
2 parent s 6c8addc + 863b132
History
Tip revision: 9e85a6f9dc231f3ed3c1dc1b12217505d970142a authored by Linus Torvalds on 04 July 2012, 01:06:49 UTC
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
Tip revision: 9e85a6f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 208.2 KB
Makefile -rw-r--r-- 46.0 KB
README -rw-r--r-- 17.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top