scsi: firewire: sbp2: Switch to attribute groups
authorBart Van Assche <bvanassche@acm.org>
Tue, 12 Oct 2021 23:35:15 +0000 (16:35 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 17 Oct 2021 01:45:52 +0000 (21:45 -0400)
commit5e88e67b6f3b84037c284285442df6e376fcd653
treeb407d3659ef98a910455c91d9f333cfd6eb9630e
parentc3f69c7f629ff53c75f335754ea41426b8e095de
scsi: firewire: sbp2: Switch to attribute groups

struct device supports attribute groups directly but does not support
struct device_attribute directly. Hence switch to attribute groups.

Link: https://lore.kernel.org/r/20211012233558.4066756-4-bvanassche@acm.org
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/firewire/sbp2.c