These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / acpi / acpica / nspredef.c
index 0eb5431..0c20980 100644 (file)
@@ -226,7 +226,7 @@ acpi_ns_check_object_type(struct acpi_evaluate_info *info,
 {
        union acpi_operand_object *return_object = *return_object_ptr;
        acpi_status status = AE_OK;
-       char type_buffer[48];   /* Room for 5 types */
+       char type_buffer[96];   /* Room for 10 types */
 
        /* A Namespace node should not get here, but make sure */