From: Dmitry Torokhov Date: Sat, 10 Mar 2007 06:37:34 +0000 (-0500) Subject: driver core: Use attribute groups in struct device_type X-Git-Tag: v2.6.22-rc1~1119^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621a1672f7377e08a942f205d6742d8af1292aab;p=pandora-kernel.git driver core: Use attribute groups in struct device_type Driver core: use attribute groups in struct device_type Attribute groups are more flexible than attribute lists (an attribute list can be represented by anonymous group) so switch struct device_type to use them. Also rework attribute creation for devices so that they all cleaned up properly in case of errors. Signed-off-by: Dmitry Torokhov Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed