ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
committed by
Len Brown
parent
eb99adde31
commit
a6fc67202e
@@ -94,7 +94,7 @@ static int acpi_container_add(struct acpi_device *device)
|
||||
ACPI_FUNCTION_TRACE("acpi_container_add");
|
||||
|
||||
if (!device) {
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "device is NULL\n"));
|
||||
ACPI_ERROR((AE_INFO, "device is NULL"));
|
||||
return_VALUE(-EINVAL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user