summaryrefslogtreecommitdiff
path: root/source/components/tables/tbfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/tables/tbfind.c')
-rw-r--r--source/components/tables/tbfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbfind.c b/source/components/tables/tbfind.c
index d144cab62785..32839a3cd328 100644
--- a/source/components/tables/tbfind.c
+++ b/source/components/tables/tbfind.c
@@ -83,7 +83,7 @@ AcpiTbFindTable (
/* Validate the input table signature */
- if (!AcpiIsValidSignature (Signature))
+ if (!AcpiUtValidNameseg (Signature))
{
return_ACPI_STATUS (AE_BAD_SIGNATURE);
}