From: Greg Kroah-Hartman Date: Wed, 12 Sep 2007 22:06:57 +0000 (-0700) Subject: Drivers: clean up direct setting of the name of a kset X-Git-Tag: v2.6.24-rc1~1394^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34980ca8faebfcce31094eba6ffbb0113950361f;p=pandora-kernel.git Drivers: clean up direct setting of the name of a kset A kset should not have its name set directly, so dynamically set the name at runtime. This is needed to remove the static array in the kobject structure which will be changed in a future patch. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed