]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/acpica/psargs.c
Merge branch 'for-next' into for-linus
[karo-tx-linux.git] / drivers / acpi / acpica / psargs.c
index 6aa6a1a4d9185f74e11bb00eeac803416102a450..00493e108a0178231748918d4784fa6338f3141d 100644 (file)
@@ -403,7 +403,7 @@ acpi_ps_get_next_simple_arg(struct acpi_parse_state *parser_state,
                /* Get 1 byte from the AML stream */
 
                opcode = AML_BYTE_OP;
-               arg->common.value.integer = (acpi_integer) * aml;
+               arg->common.value.integer = (u64) *aml;
                length = 1;
                break;