lkml.org 
[lkml]   [2016]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided
From
On Mon, Feb 1, 2016 at 11:13 AM, Chen, Yu C <yu.c.chen@intel.com> wrote:

>> > +static bool acpi_osi_setup_disabled(char *str) {
>> > + int i;
>> > + struct osi_setup_entry *osi;
>> > +
>> > + if (!str)
>> > + return false;
>> > +
>> > + for (i = 0; i < OSI_STRING_ENTRIES_MAX; i++) {
>> > + osi = &osi_setup_entries[i];
>> > + if (!strcmp(osi->string, str)) {
>>
>> Seems like we have one more user for
>> http://www.spinics.net/lists/kernel/msg2157535.html
> [Yu] This is nice, I can convert this patch to use match_string, and
> may I add my patch into your patchset? I saw there are some modifications
> on drivers in your patchset above.

Actually it will not help in this case. Sorry.

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2016-02-01 11:21    [W:0.058 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site