commit | ac9b1e5b63d5d9829ecf2294f0486ccd270c5db4 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Aug 26 00:12:19 2010 -0700 |
committer | Matthew Garrett <mjg@redhat.com> | Thu Oct 21 09:36:46 2010 -0400 |
tree | 44038c936ea0ab24c4761cc9fd1aac1f1651dcc4 | |
parent | 209009b2cb29124ad707fbb3ba4c95d3d100a1c4 [diff] |
asus-laptop: use attribute group to manage attributes Instead of registering (and removing) every attribute individually switch to using sysfs attribute group. This makes sure that we properly unwind and do not try to remove non-existent attributes which may not be safe to do in the future. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Matthew Garrett <mjg@redhat.com>