]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: hpsa: Switch to attribute groups
authorBart Van Assche <bvanassche@acm.org>
Tue, 12 Oct 2021 23:35:33 +0000 (16:35 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 17 Oct 2021 01:45:55 +0000 (21:45 -0400)
commit4cd16323b5236e92636720f3591db3ce61c45955
tree0b3a3dce9a7d9904c48d1c0d6e7e7f3600d51aac
parent62ac8ccbb819e35eb107a7ef7ebdd678173aa49c
scsi: hpsa: 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-22-bvanassche@acm.org
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c