Re: [PATCH 2/2] w1: use default attribute groups for w1 slave devices

2013-08-22 Thread Greg Kroah-Hartman
On Thu, Aug 22, 2013 at 04:02:39AM +0400, Evgeniy Polyakov wrote: > hi Greg > > 22.08.2013, 00:24, "Greg Kroah-Hartman" : > > As we have 2 sysfs files for the w1 slave devices, let the driver core > > create / destroy them automatically by setting the default attribute > > group for them, saving c

Re: [PATCH 2/2] w1: use default attribute groups for w1 slave devices

2013-08-21 Thread Evgeniy Polyakov
hi Greg 22.08.2013, 00:24, "Greg Kroah-Hartman" : > As we have 2 sysfs files for the w1 slave devices, let the driver core > create / destroy them automatically by setting the default attribute > group for them, saving code and housekeeping logic. > > Cc: Evgeniy Polyakov > Signed-off-by: Greg Kr