View | Details | Raw Unified | Return to bug 118958
Collapse All | Expand All

(-)work-mm5.orig/drivers/acpi/osl.c (-1 / +1 lines)
Lines 816-822 Link Here
816
	}
816
	}
817
817
818
	if (ACPI_FAILURE(status)) {
818
	if (ACPI_FAILURE(status)) {
819
		ACPI_EXCEPTION((AE_INFO, status,
819
		ACPI_DEBUG_PRINT((ACPI_DB_MUTEX,
820
				  "Failed to acquire semaphore[%p|%d|%d], %s",
820
				  "Failed to acquire semaphore[%p|%d|%d], %s",
821
				  handle, units, timeout,
821
				  handle, units, timeout,
822
				  acpi_format_exception(status)));
822
				  acpi_format_exception(status)));

Return to bug 118958