]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: loopback: use the attribute groups, not group
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 31 Mar 2015 21:02:34 +0000 (23:02 +0200)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 31 Mar 2015 21:02:34 +0000 (23:02 +0200)
commit7a51b9362b547b2f02ef88c10636950637c71fa5
tree6897be4ad0eddc95d0dbe8c137d28be47287cd31
parent5679f783b1ef953f5c5706f226580abf45c82c46
greybus: loopback: use the attribute groups, not group

We should use the attribute groups, not group, for the device, so
add and remove it.  No one should ever be updating a sysfs group for a
device, as that can be pretty dangerous if you don't duplicate _all_
existing attribute for that device, and I don't think we were doing that
here.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/loopback.c