|
@@ -182,19 +182,19 @@ acpi_ut_prefixed_namespace_error(const char *module_name,
|
|
switch (lookup_status) {
|
|
switch (lookup_status) {
|
|
case AE_ALREADY_EXISTS:
|
|
case AE_ALREADY_EXISTS:
|
|
|
|
|
|
- acpi_os_printf("\n" ACPI_MSG_BIOS_ERROR);
|
|
|
|
|
|
+ acpi_os_printf(ACPI_MSG_BIOS_ERROR);
|
|
message = "Failure creating";
|
|
message = "Failure creating";
|
|
break;
|
|
break;
|
|
|
|
|
|
case AE_NOT_FOUND:
|
|
case AE_NOT_FOUND:
|
|
|
|
|
|
- acpi_os_printf("\n" ACPI_MSG_BIOS_ERROR);
|
|
|
|
|
|
+ acpi_os_printf(ACPI_MSG_BIOS_ERROR);
|
|
message = "Could not resolve";
|
|
message = "Could not resolve";
|
|
break;
|
|
break;
|
|
|
|
|
|
default:
|
|
default:
|
|
|
|
|
|
- acpi_os_printf("\n" ACPI_MSG_ERROR);
|
|
|
|
|
|
+ acpi_os_printf(ACPI_MSG_ERROR);
|
|
message = "Failure resolving";
|
|
message = "Failure resolving";
|
|
break;
|
|
break;
|
|
}
|
|
}
|