Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-08-08 Thread Greg KH
On Wed, Aug 08, 2018 at 04:51:26PM +0200, Christian Gromm wrote: > On 08.08.2018 14:10, Greg KH wrote: > > On Mon, Aug 06, 2018 at 12:03:10PM +0200, Christian Gromm wrote: > > > The channel attribute dbr_size is only relevant for the DIM2 interface. So > > > is the packets_per_xact for USB.

Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-08-08 Thread Christian Gromm
On 08.08.2018 14:10, Greg KH wrote: On Mon, Aug 06, 2018 at 12:03:10PM +0200, Christian Gromm wrote: The channel attribute dbr_size is only relevant for the DIM2 interface. So is the packets_per_xact for USB. Currently, all attrs are shown by default in sysfs for any channel. To get a clean

Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-08-08 Thread Greg KH
On Mon, Aug 06, 2018 at 12:03:10PM +0200, Christian Gromm wrote: > The channel attribute dbr_size is only relevant for the DIM2 interface. So > is the packets_per_xact for USB. Currently, all attrs are shown by default > in sysfs for any channel. To get a clean content of a channel directory, >

[PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-08-06 Thread Christian Gromm
The channel attribute dbr_size is only relevant for the DIM2 interface. So is the packets_per_xact for USB. Currently, all attrs are shown by default in sysfs for any channel. To get a clean content of a channel directory, this patch makes the attributes show up only on the channel they belong to.

Re: [PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-06-15 Thread Greg KH
On Fri, Jun 15, 2018 at 01:54:02PM +0200, Christian Gromm wrote: > The channel attribute dbr_size is only relevant for the DIM2 interface. So > is the packets_per_xact for USB. Currently, all attrs are shown by default > in sysfs for any channel. To get a clean content of a channel directory, >

[PATCH] staging: most: do not show interface dependent attrs by default in sysfs

2018-06-15 Thread Christian Gromm
The channel attribute dbr_size is only relevant for the DIM2 interface. So is the packets_per_xact for USB. Currently, all attrs are shown by default in sysfs for any channel. To get a clean content of a channel directory, this patch makes the attributes show up only on the channel they belong to.