--- zzzz-none-000/linux-3.10.107/drivers/acpi/acpica/exresnte.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/acpi/acpica/exresnte.c 2021-02-04 17:41:59.000000000 +0000 @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2013, Intel Corp. + * Copyright (C) 2000 - 2015, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -124,8 +124,9 @@ } if (!source_desc) { - ACPI_ERROR((AE_INFO, "No object attached to node %p", node)); - return_ACPI_STATUS(AE_AML_NO_OPERAND); + ACPI_ERROR((AE_INFO, "No object attached to node [%4.4s] %p", + node->name.ascii, node)); + return_ACPI_STATUS(AE_AML_UNINITIALIZED_NODE); } /* @@ -248,6 +249,7 @@ break; default: + /* No named references are allowed here */ ACPI_ERROR((AE_INFO,