diff options
Diffstat (limited to 'source/components/tables/tbinstal.c')
| -rw-r--r-- | source/components/tables/tbinstal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbinstal.c b/source/components/tables/tbinstal.c index fbb85ce79e8c..c1d470224ddc 100644 --- a/source/components/tables/tbinstal.c +++ b/source/components/tables/tbinstal.c @@ -274,7 +274,7 @@ AcpiTbInstallStandardTable (       */      if (!Reload &&          AcpiGbl_DisableSsdtTableInstall && -        ACPI_COMPARE_NAME (&NewTableDesc.Signature, ACPI_SIG_SSDT)) +        ACPI_COMPARE_NAMESEG (&NewTableDesc.Signature, ACPI_SIG_SSDT))      {          ACPI_INFO ((              "Ignoring installation of %4.4s at %8.8X%8.8X",  | 
