From: Greg Kroah-Hartman Date: Wed, 12 Sep 2007 22:06:57 +0000 (-0700) Subject: kobjects: fix up improper use of the kobject name field X-Git-Tag: v2.6.24-rc1~1394^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c38de88a80913351fcacefdb461cc0b585fa87;p=pandora-kernel.git kobjects: fix up improper use of the kobject name field A number of different drivers incorrect access the kobject name field directly. This is not correct as the name might not be in the array. Use the proper accessor function instead. --- Reading git-diff-tree failed