From: ShuoX Liu Date: Fri, 23 Nov 2012 07:14:12 +0000 (+0800) Subject: driver core: use initcall_debug to control shutdown info X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~86^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0246c4fafccd6c3580bb33e8d30a2c7927e09f02;p=pandora-kernel.git driver core: use initcall_debug to control shutdown info syscore_shutdown uses initcall_debug to control the debug info output. It’s a good programming. But device_shutdown doesn’t. The patch changes device_shutdown to follow the style. Signed-off-by: Yanmin Zhang Signed-off-by: ShuoX Liu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed