From: Akinobu Mita Date: Fri, 4 Jun 2010 21:15:04 +0000 (-0700) Subject: kernel/: fix BUG_ON checks for cpu notifier callbacks direct call X-Git-Tag: v2.6.35-rc2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e506f7adce8e6165a104d3d78fddd8ff0cdccf8;p=pandora-kernel.git kernel/: fix BUG_ON checks for cpu notifier callbacks direct call The commit 80b5184cc537718122e036afe7e62d202b70d077 ("kernel/: convert cpu notifier to return encapsulate errno value") changed the return value of cpu notifier callbacks. Those callbacks don't return NOTIFY_BAD on failures anymore. But there are a few callbacks which are called directly at init time and checking the return value. I forgot to change BUG_ON checking by the direct callers in the commit. Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed