From: Greg KH Date: Wed, 21 Aug 2013 00:17:57 +0000 (-0700) Subject: firmware: dcdbas: use binary attribute groups X-Git-Tag: v3.12-rc1~184^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c33dea7816a115a9bbcd7d9001674c7c3ba71ea;p=pandora-kernel.git firmware: dcdbas: use binary attribute groups The dcdbas code was "hand rolling" a binary attribute group, which the driver core now supports automatically. So remove the "create the files by hand" logic, and just set the proper field in the attribute group structure, saving lots of code and headache. Cc: Doug Warzecha Signed-off-by: Greg Kroah-Hartman -- Doug, I can take this through my driver-core tree if you don't object. drivers/firmware/dcdbas.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) --- Reading git-diff-tree failed