Searched hist:a21350feb9ae4d03062eda1fe344ec2a93d6bccc (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/misc/ |
H A D | usbsevseg.c | diff a21350feb9ae4d03062eda1fe344ec2a93d6bccc Tue Aug 06 16:45:01 CEST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: usbsevseg: convert to use dev_groups
USB drivers now support the ability for the driver core to handle the creation and removal of device-specific sysfs files in a race-free manner. Take advantage of that by converting the driver to use this by moving the sysfs attributes into a group and assigning the dev_groups pointer to it.
Link: https://lore.kernel.org/r/20190806144502.17792-12-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|