https://github.com/torvalds/linux
Revision e8bf8df9c296b782c32236c6a5893aec301320c7 authored by Russell King on 30 April 2011, 09:14:08 UTC, committed by Russell King on 30 April 2011, 09:14:08 UTC
clkdev may incorrectly cause a clkdev entry with a NULL clk to return
-ENOENT.  This is not the intention of this code; -ENOENT should only
be returned if the clock entry can not be found in the table.  Fix
this.

Reported-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 0f22072
History
Tip revision: e8bf8df9c296b782c32236c6a5893aec301320c7 authored by Russell King on 30 April 2011, 09:14:08 UTC
CLKDEV: Fix clkdev return value for NULL clk case
Tip revision: e8bf8df
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-- 941 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 188.2 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top