Merge remote-tracking branch 'keys/keys-next'
[deliverable/linux.git] / drivers / acpi / acpica / dswexec.c
index 402ecc590c56d76c05454335a58d0e06e7583e58..438597cf6cc521347b7fb6134d762fae2c09cf32 100644 (file)
@@ -133,7 +133,8 @@ acpi_ds_get_predicate_value(struct acpi_walk_state *walk_state,
         * Result of predicate evaluation must be an Integer
         * object. Implicitly convert the argument if necessary.
         */
-       status = acpi_ex_convert_to_integer(obj_desc, &local_obj_desc, 16);
+       status = acpi_ex_convert_to_integer(obj_desc, &local_obj_desc,
+                                           ACPI_STRTOUL_BASE16);
        if (ACPI_FAILURE(status)) {
                goto cleanup;
        }
This page took 0.025193 seconds and 5 git commands to generate.