Re: [ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-02-04 Thread Eric Curtin
On 16 January 2016 at 23:43, Eric Curtin wrote: > Message gets logged on machines that are well supported. > Fixed one checkpatch.pl ERROR also. > > Signed-off-by: Eric Curtin > --- > drivers/platform/x86/thinkpad_acpi.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --gi

Re: [ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-02-04 Thread Eric Curtin
Message gets logged on machines that are well supported. Signed-off-by: Eric Curtin --- drivers/platform/x86/thinkpad_acpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index a268a7a..4eb41aa 100644 --- a/drivers/

[ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-02-04 Thread Eric Curtin
Message gets logged on machines that are well supported. Fixed one checkpatch.pl ERROR and ran the file through checkpatch.pl --fix to fix other problems and reviewed the changes the script made. Signed-off-by: Eric Curtin --- drivers/platform/x86/thinkpad_acpi.c | 357 --

[ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-02-04 Thread Eric Curtin
Message gets logged on machines that are well supported. Fixed one checkpatch.pl ERROR also. Signed-off-by: Eric Curtin --- drivers/platform/x86/thinkpad_acpi.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/t

Re: [ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-02-04 Thread Eric Curtin
On 23 January 2016 at 00:28, Eric Curtin wrote: > Message gets logged on machines that are well supported. > > Signed-off-by: Eric Curtin > --- > drivers/platform/x86/thinkpad_acpi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/platform/x86/thinkpad_acpi.c > b/drivers/platform

Re: [ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-01-21 Thread Henrique de Moraes Holschuh
On Thu, Jan 21, 2016, at 09:18, Eric Curtin wrote: > On 16 January 2016 at 23:43, Eric Curtin wrote: > > Message gets logged on machines that are well supported. > > Fixed one checkpatch.pl ERROR also. > > > > Signed-off-by: Eric Curtin > > --- > > drivers/platform/x86/thinkpad_acpi.c | 6 ++

Re: [ibm-acpi-devel] [PATCH] Remove logging for "Unsupported brightness interface"

2016-01-16 Thread Henrique de Moraes Holschuh
On Sat, Jan 16, 2016, at 20:48, Eric Curtin wrote: > Message gets logged on machines that are well supported. Fixed one > checkpatch.pl ERROR and ran the file through checkpatch.pl --fix to fix > other > problems and reviewed the changes the script made. Nack. Please resubmit without the checkpa