On Thu, Dec 01, 2016 at 10:20:47AM +0100, Christian Gromm wrote:
> On Thu, 1 Dec 2016 09:56:11 +0100
> Greg KH wrote:
>
> > On Thu, Dec 01, 2016 at 09:50:12AM +0100, Christian Gromm wrote:
> > > On Thu, 1 Dec 2016 08:00:57 +0100
> > > Greg KH wrote:
> > >
> > > > On Wed, Nov 30, 2016 at 10:48:3
On Thu, 1 Dec 2016 09:56:11 +0100
Greg KH wrote:
> On Thu, Dec 01, 2016 at 09:50:12AM +0100, Christian Gromm wrote:
> > On Thu, 1 Dec 2016 08:00:57 +0100
> > Greg KH wrote:
> >
> > > On Wed, Nov 30, 2016 at 10:48:32PM -0700, Jason Litzinger wrote:
> > > > > This is fine, but the fact that the m
On Thu, Dec 01, 2016 at 09:50:12AM +0100, Christian Gromm wrote:
> On Thu, 1 Dec 2016 08:00:57 +0100
> Greg KH wrote:
>
> > On Wed, Nov 30, 2016 at 10:48:32PM -0700, Jason Litzinger wrote:
> > > > This is fine, but the fact that the most subsystem feels like it has to
> > > > have its own attribu
On Thu, 1 Dec 2016 08:00:57 +0100
Greg KH wrote:
> On Wed, Nov 30, 2016 at 10:48:32PM -0700, Jason Litzinger wrote:
> > > This is fine, but the fact that the most subsystem feels like it has to
> > > have its own attribute type is the big problem with this file, that
> > > should not be needed at
On Wed, Nov 30, 2016 at 10:48:32PM -0700, Jason Litzinger wrote:
> > This is fine, but the fact that the most subsystem feels like it has to
> > have its own attribute type is the big problem with this file, that
> > should not be needed at all, and hopefully will be fixed up someday soon
> > (i.e.
> This is fine, but the fact that the most subsystem feels like it has to
> have its own attribute type is the big problem with this file, that
> should not be needed at all, and hopefully will be fixed up someday soon
> (i.e. it's a requirement before it can get out of staging...)
Ok, couple follo
On Fri, Nov 25, 2016 at 03:31:09PM -0700, Jason Litzinger wrote:
> Fix checkpatch warnings regarding the use of symbolic permissions.
>
> Where the MOST_CHANNEL_ATTR macro is used, convert to octal
> permissions over symbolic.
>
> Where _ATTR is used directly, replace with _ATTR_RW/_ATTR_WO and
>
Fix checkpatch warnings regarding the use of symbolic permissions.
Where the MOST_CHANNEL_ATTR macro is used, convert to octal
permissions over symbolic.
Where _ATTR is used directly, replace with _ATTR_RW/_ATTR_WO and
update the show/store function names appropriately.
Signed-off-by: Jason Litz