commit | 01e570febaaafd74d6625476e2665238c5e47e1e | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Tue Oct 12 16:35:57 2021 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Sat Oct 16 21:45:59 2021 -0400 |
tree | d6b7bdc2605fe7e0eb4f50199483d511987570db | |
parent | 7ce6000a77ccbe8b1c4fd053e9800476cd38fca3 [diff] |
scsi: usb: 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-46-bvanassche@acm.org Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>