diff options
Diffstat (limited to 'source/common/ahids.c')
| -rw-r--r-- | source/common/ahids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/ahids.c b/source/common/ahids.c index f2f178617c96..0c0fc41174ef 100644 --- a/source/common/ahids.c +++ b/source/common/ahids.c @@ -230,7 +230,7 @@ AcpiAhMatchHardwareId ( for (Info = AslDeviceIds; Info->Name; Info++) { - if (!ACPI_STRCMP (HardwareId, Info->Name)) + if (!strcmp (HardwareId, Info->Name)) { return (Info); } |
