commit | 87e715deb8e24bf1a6a9a1babaf465c28c93889c | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Feb 14 12:24:09 2017 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 17 15:10:49 2017 +0900 |
tree | 301f21d1a648dc9a84c1eb65df4c2e77fc79cb4a | |
parent | a553910fbaafbd7c18823c0f1e5dcc2d12c9fd2a [diff] |
zorro: stop creating attributes by hand Instead of creating attributes one by one, define attribute_group array and attach it to bus->dev_groups, so that all needed attributes are created automatically when a new device is registered on the bus. Also switch to using standard DEVICE_ATTR_RO() macros. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>