diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-04-25 22:24:53 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-04-25 22:24:53 +0000 |
| commit | 2331c681155dd7b2f78bd28ca0c183e2f98ff44f (patch) | |
| tree | 299b4e7602e20d34772a23e4bdda2512f5f1706b /source/components/tables/tbfind.c | |
| parent | 937fa60dd2f2b6264fb99f22b638190a3fef996b (diff) | |
Import ACPICA 20160422.vendor/acpica/20160422
Notes
svn path=/vendor-sys/acpica/dist/; revision=298595
svn path=/vendor-sys/acpica/20160422/; revision=298596; tag=vendor/acpica/20160422
Diffstat (limited to 'source/components/tables/tbfind.c')
| -rw-r--r-- | source/components/tables/tbfind.c | 2 |
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); } |
