| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Module Name: nsrepair - Repair for objects returned by predefined methods |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 316 | 316 | |
|---|
| 317 | 317 | this_name = acpi_object_repair_info; |
|---|
| 318 | 318 | while (this_name->object_converter) { |
|---|
| 319 | | - if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { |
|---|
| 319 | + if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { |
|---|
| 320 | 320 | |
|---|
| 321 | 321 | /* Check if we can actually repair this name/type combination */ |
|---|
| 322 | 322 | |
|---|