RE: [PATCH 3/6] ACPICA: make use of new strtolower() function

2016-06-30 Thread Moore, Robert
id E > Subject: Re: [PATCH 3/6] ACPICA: make use of new strtolower() function > > On 30 June 2016 at 19:59, Moore, Robert wrote: > > This is linux-specific code, ACPICA is os-independent. So we cannot > > accept such patch. > > Understood. I wasn't aware that

Re: [PATCH 3/6] ACPICA: make use of new strtolower() function

2016-06-30 Thread Markus Mayer
2016 7:50 PM > To: Moore, Robert > Cc: Zheng, Lv; Wysocki, Rafael J; Len Brown; linux-a...@vger.kernel.org; > de...@acpica.org; linux-kernel@vger.kernel.org; Box, David E > Subject: Re: [PATCH 3/6] ACPICA: make use of new strtolower() function > > On Thursday, 30 June 2016,

RE: [PATCH 3/6] ACPICA: make use of new strtolower() function

2016-06-30 Thread Moore, Robert
@acpica.org; linux- > ker...@vger.kernel.org > Subject: [PATCH 3/6] ACPICA: make use of new strtolower() function > > Call strtolower() rather than walking the string explicitly to convert it > to lowercase. > > Signed-off-by: Markus Mayer > --- > > ***

[PATCH 3/6] ACPICA: make use of new strtolower() function

2016-06-30 Thread Markus Mayer
Call strtolower() rather than walking the string explicitly to convert it to lowercase. Signed-off-by: Markus Mayer --- *** Please note that there don't seem to be any callers of acpi_ut_strlwr(). *** It may be possible to remove the function altogether. drivers/acpi/acpica/utnonansi.c | 13 +-