Re: [PATCH] USB: usbip: convert platform driver to use dev_groups

2019-08-06 Thread Greg Kroah-Hartman
On Mon, Aug 05, 2019 at 02:22:18PM -0600, shuah wrote: > On 8/5/19 1:36 PM, Greg Kroah-Hartman wrote: > > Platform drivers now have the option to have the platform core create > > and remove any needed sysfs attribute files. So take advantage of that > > and do not register "by hand" any sysfs fil

Re: [PATCH] USB: usbip: convert platform driver to use dev_groups

2019-08-05 Thread shuah
On 8/5/19 1:36 PM, Greg Kroah-Hartman wrote: Platform drivers now have the option to have the platform core create and remove any needed sysfs attribute files. So take advantage of that and do not register "by hand" any sysfs files. Cc: Valentina Manea Cc: Shuah Khan Signed-off-by: Greg Kroah