Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 11:48:52AM +0300, Giedrius Statkevičius wrote: > On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > > `out' was assigned value but it was never used so remove it > > > > > >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 11:48:52AM +0300, Giedrius Statkevičius wrote: > On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > > `out' was assigned value but it was never used so remove it > > > > > >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 11:48:52AM +0300, Giedrius Statkevičius wrote: > On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > > `out' was assigned value but it was never used so remove it > > > > > >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 11:48:52AM +0300, Giedrius Statkevičius wrote: > On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > > `out' was assigned value but it was never used so remove it > > > > > >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-10 Thread Giedrius Statkevičius
On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > `out' was assigned value but it was never used so remove it > > > > Signed-off-by: Giedrius Statkevičius > > --- > >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-10 Thread Giedrius Statkevičius
On Sat, Apr 09, 2016 at 08:21:21PM -0700, Darren Hart wrote: > On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > > `out' was assigned value but it was never used so remove it > > > > Signed-off-by: Giedrius Statkevičius > > --- > > drivers/platform/x86/asus-laptop.c | 3

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-09 Thread Darren Hart
On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > `out' was assigned value but it was never used so remove it > > Signed-off-by: Giedrius Statkevičius > --- > drivers/platform/x86/asus-laptop.c | 3 --- > 1 file changed, 3 deletions(-) >

Re: [PATCH 2/2] asus-laptop: remove unused variable

2016-04-09 Thread Darren Hart
On Thu, Apr 07, 2016 at 11:20:01PM +0300, Giedrius Statkevičius wrote: > `out' was assigned value but it was never used so remove it > > Signed-off-by: Giedrius Statkevičius > --- > drivers/platform/x86/asus-laptop.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git