From: Thomas Gleixner Date: Tue, 21 Jul 2009 07:54:05 +0000 (+0200) Subject: sched: Fix return value of migration_init() X-Git-Tag: v2.6.32-rc1~719^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a004cd42181409eda70804ded240a791f4564d61;p=pandora-kernel.git sched: Fix return value of migration_init() migration_init() returns the return value of the hotplug notifier. In the success case this is NOTIFY_OK which is 1. initcall_debug evaluates that as an error code because init calls are expected to return 0 on success. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed