From: Jan Beulich Date: Mon, 3 Jan 2011 15:07:02 +0000 (+0000) Subject: name_to_dev_t() must not call __init code X-Git-Tag: v2.6.37~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cf11d8f673a3ad91012c5da96beed06ecefde1;p=pandora-kernel.git name_to_dev_t() must not call __init code The function can't be __init itself (being called from some sysfs handler), and hence none of the functions it calls can be either. Signed-off-by: Jan Beulich Acked-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed