diff options
Diffstat (limited to 'source/common/ahtable.c')
| -rw-r--r-- | source/common/ahtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/ahtable.c b/source/common/ahtable.c index 96b5f9f609e94..599c53a899944 100644 --- a/source/common/ahtable.c +++ b/source/common/ahtable.c @@ -183,7 +183,7 @@ AcpiAhGetTableInfo ( for (Info = AcpiGbl_SupportedTables; Info->Signature; Info++) { - if (ACPI_COMPARE_NAME (Signature, Info->Signature)) + if (ACPI_COMPARE_NAMESEG (Signature, Info->Signature)) { return (Info); } |
