Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Darren Hart
On Thu, Apr 20, 2017 at 10:38:56AM +0300, Andy Shevchenko wrote: > On Thu, Apr 20, 2017 at 5:25 AM, Darren Hart wrote: > > From: "Darren Hart (VMware)" > > > > This series factors out some redundant code, cleans up a number of style > > issues, > >

Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Darren Hart
On Thu, Apr 20, 2017 at 10:38:56AM +0300, Andy Shevchenko wrote: > On Thu, Apr 20, 2017 at 5:25 AM, Darren Hart wrote: > > From: "Darren Hart (VMware)" > > > > This series factors out some redundant code, cleans up a number of style > > issues, > > modernizes the sysfs usage, and cleans up the

Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Carlo Caione
On Thu, Apr 20, 2017 at 4:25 AM, Darren Hart wrote: > > From: "Darren Hart (VMware)" > > This series factors out some redundant code, cleans up a number of style > issues, > modernizes the sysfs usage, and cleans up the return paths. All told, the >

Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Carlo Caione
On Thu, Apr 20, 2017 at 4:25 AM, Darren Hart wrote: > > From: "Darren Hart (VMware)" > > This series factors out some redundant code, cleans up a number of style > issues, > modernizes the sysfs usage, and cleans up the return paths. All told, the > driver > is reduced in size by 37 lines

Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Andy Shevchenko
On Thu, Apr 20, 2017 at 5:25 AM, Darren Hart wrote: > From: "Darren Hart (VMware)" > > This series factors out some redundant code, cleans up a number of style > issues, > modernizes the sysfs usage, and cleans up the return paths. All told, the >

Re: [PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-20 Thread Andy Shevchenko
On Thu, Apr 20, 2017 at 5:25 AM, Darren Hart wrote: > From: "Darren Hart (VMware)" > > This series factors out some redundant code, cleans up a number of style > issues, > modernizes the sysfs usage, and cleans up the return paths. All told, the > driver > is reduced in size by 37 lines

[PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-19 Thread Darren Hart
From: "Darren Hart (VMware)" This series factors out some redundant code, cleans up a number of style issues, modernizes the sysfs usage, and cleans up the return paths. All told, the driver is reduced in size by 37 lines (3.6%). I do not have an HP laptop, so I'm hoping

[PATCH v1 0/9] platform/x86: hp-wmi: Driver refactoring and cleanups

2017-04-19 Thread Darren Hart
From: "Darren Hart (VMware)" This series factors out some redundant code, cleans up a number of style issues, modernizes the sysfs usage, and cleans up the return paths. All told, the driver is reduced in size by 37 lines (3.6%). I do not have an HP laptop, so I'm hoping Carlo can help out with