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:
fd51d25
)
ftrace: fix check for return value of register_module_notifier in event_trace_init
author
Ming Lei
<tom.leiming@gmail.com>
Mon, 18 May 2009 15:04:46 +0000
(23:04 +0800)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Wed, 20 May 2009 17:23:11 +0000
(19:23 +0200)
register_module_notifier() returns zero in the success case.
So fix the inverted fail case check in trace events modules
handler.
[ Impact: fix spurious warning on ftrace initialization]
Reported-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
No differences found