From 1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 18 Dec 2015 18:35:46 +0000 Subject: Import ACPICA 20151218. --- source/components/tables/tbutils.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source/components/tables/tbutils.c') diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c index 19daea867e35..910854997bb4 100644 --- a/source/components/tables/tbutils.c +++ b/source/components/tables/tbutils.c @@ -419,7 +419,7 @@ NextTable: * * PARAMETERS: Signature - Sig string to be validated * - * RETURN: TRUE if signature is correct length and has valid characters + * RETURN: TRUE if signature is has 4 valid ACPI characters * * DESCRIPTION: Validate an ACPI table signature. * @@ -432,13 +432,6 @@ AcpiIsValidSignature ( UINT32 i; - /* Validate the signature length */ - - if (strlen (Signature) != ACPI_NAME_SIZE) - { - return (FALSE); - } - /* Validate each character in the signature */ for (i = 0; i < ACPI_NAME_SIZE; i++) -- cgit v1.2.3