From: Greg Kroah-Hartman Date: Mon, 20 Mar 2006 21:17:13 +0000 (-0800) Subject: [PATCH] Kobject: provide better warning messages when people do stupid things X-Git-Tag: v2.6.17-rc1~1177^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd0da002122a70fe1c625c0ca9f58c95aa33ebe;p=pandora-kernel.git [PATCH] Kobject: provide better warning messages when people do stupid things Now that kobject_add() is used more than kobject_register() the kernel wasn't always letting people know that they were doing something wrong. This change fixes this. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed