ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
[deliverable/linux.git] / drivers / acpi / osl.c
index 2d90b8d2dd73a83dc2d6cebef4f6e7586c265749..7d4cc122b026a4a98d071a1e1f25f21494d04fa8 100644 (file)
@@ -591,7 +591,7 @@ static void acpi_os_execute_deferred(void *context)
 
        dpc = (struct acpi_os_dpc *)context;
        if (!dpc) {
-               ACPI_ERROR((AE_INFO, "Invalid (NULL) context"));
+               printk(KERN_ERR PREFIX "Invalid (NULL) context\n");
                return_VOID;
        }
 
This page took 0.023678 seconds and 5 git commands to generate.