From: Dmitry Torokhov Date: Tue, 26 Apr 2005 07:29:58 +0000 (-0500) Subject: [PATCH] kobject_hotplug() should use kobject_name() X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb11d8ffceead1eb3d84366f1687daf2217e883e;p=pandora-kernel.git [PATCH] kobject_hotplug() should use kobject_name() kobject: kobject_hotplug should use kobject_name() instead of accessing kobj->name directly since for objects with long names it can contain garbage. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed