summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/common/ahuuids.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/common/ahuuids.c')
-rw-r--r--sys/contrib/dev/acpica/common/ahuuids.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/common/ahuuids.c b/sys/contrib/dev/acpica/common/ahuuids.c
index eeec8b8..7828e9c 100644
--- a/sys/contrib/dev/acpica/common/ahuuids.c
+++ b/sys/contrib/dev/acpica/common/ahuuids.c
@@ -5,7 +5,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2015, Intel Corp.
+ * Copyright (C) 2000 - 2016, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,6 +48,7 @@
#define _COMPONENT ACPI_UTILITIES
ACPI_MODULE_NAME ("ahuuids")
+
/*
* Table of "known" (ACPI-related) UUIDs
*/
@@ -122,7 +123,7 @@ AcpiAhMatchUuid (
AcpiUtConvertStringToUuid (Info->String, UuidBuffer);
- if (!ACPI_MEMCMP (Data, UuidBuffer, UUID_BUFFER_LENGTH))
+ if (!memcmp (Data, UuidBuffer, UUID_BUFFER_LENGTH))
{
return (Info->Description);
}
OpenPOWER on IntegriCloud