From: Dmitry Torokhov Date: Wed, 11 Apr 2007 05:37:18 +0000 (-0400) Subject: [PATCH] PM: use kobject_name() to access kobject names X-Git-Tag: v2.6.21-rc7~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48ea60359a303f3faf5991205b0cdb58dfe6eed;p=pandora-kernel.git [PATCH] PM: use kobject_name() to access kobject names Noone should use kobj.name directly since it may contain garbage. Objects with longer names have them stored in separately allocated memory pointed to by kobj->k_name. Signed-off-by: Dmitry Torokhov Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed