ftrace: fix check for return value of register_module_notifier in event_trace_init
authorMing Lei <tom.leiming@gmail.com>
Mon, 18 May 2009 15:04:46 +0000 (23:04 +0800)
committerFrederic 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