]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: use ATTRIBUTE_GROUPS instead of creating our own
authorDavid Kershner <david.kershner@unisys.com>
Tue, 22 Aug 2017 17:27:36 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2017 22:14:55 +0000 (15:14 -0700)
commitff496e8c86fce165cec0a3005c6f497b432a3580
tree48554ed516b7fab1401fb088850b96511ab331f0
parentc59a794b7aed65794ad87e816a246aa50ac25dd1
staging: unisys: use ATTRIBUTE_GROUPS instead of creating our own

Greg noticed that we were creating our own attribute groups, instead of
using the ATTRIBUTE_GROUPS macro, this patch fixes our mistake.

Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c