Signed-off-by: Thomas Renninger <trenn@xxxxxxx> --- drivers/acpi/thermal.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index db6c2a5..c40b041 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -1214,8 +1214,7 @@ static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) acpi_bus_private_data_handler, tz->thermal_zone); if (ACPI_FAILURE(status)) { - ACPI_DEBUG_PRINT((ACPI_DB_ERROR, - "Error attaching device data\n")); + ACPI_ERROR((DB_INFO, status, "Error attaching device data\n")); return -ENODEV; } -- 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html