Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind...
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpica / nsrepair.c
index d4be37751be43222a70e9ac8a99da60bad591373..d1c136692667b8d22ffb791be03b6a8d7274f184 100644 (file)
@@ -556,7 +556,7 @@ acpi_ns_repair_null_element(struct acpi_predefined_data *data,
 
                /* Need an Integer - create a zero-value integer */
 
-               new_object = acpi_ut_create_integer_object(0);
+               new_object = acpi_ut_create_integer_object((u64)0);
        } else if (expected_btypes & ACPI_RTYPE_STRING) {
 
                /* Need a String - create a NULL string */