From: Kay Sievers Date: Thu, 20 Dec 2007 01:09:39 +0000 (+0100) Subject: Driver core: change sysdev classes to use dynamic kobject names X-Git-Tag: v2.6.25-rc1~1243^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5ca3f4ec5cc4432a42a73b050dd8898ce8fd00;p=pandora-kernel.git Driver core: change sysdev classes to use dynamic kobject names All kobjects require a dynamically allocated name now. We no longer need to keep track if the name is statically assigned, we can just unconditionally free() all kobject names on cleanup. Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed