ACPICA: Additional 2016 copyright changes
[deliverable/linux.git] / drivers / acpi / acpica / evgpeinit.c
index 8840296d5b205080045de3fd93a97f046bcb91f5..9fdd8d09141b89e52d059cc6d9bad027fa9fe89d 100644 (file)
@@ -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
@@ -377,7 +377,7 @@ acpi_ev_match_gpe_method(acpi_handle obj_handle,
 
        /* 4) The last two characters of the name are the hex GPE Number */
 
-       gpe_number = ACPI_STRTOUL(&name[2], NULL, 16);
+       gpe_number = strtoul(&name[2], NULL, 16);
        if (gpe_number == ACPI_UINT32_MAX) {
 
                /* Conversion failed; invalid method, just ignore it */
This page took 0.02564 seconds and 5 git commands to generate.