Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[sfrench/cifs-2.6.git] / drivers / acpi / acpica / nsprepkg.c
index 4954cb6c909010cef7e91e816ab3cb9491624c04..a8ea8fb1d299464f74849a4eadc774bd5f791360 100644 (file)
@@ -614,6 +614,8 @@ acpi_ns_check_package_list(struct acpi_evaluate_info *info,
 
                default:        /* Should not get here, type was validated by caller */
 
+                       ACPI_ERROR((AE_INFO, "Invalid Package type: %X",
+                                   package->ret_info.type));
                        return (AE_AML_INTERNAL);
                }