summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/fan.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-06-26 23:41:38 -0400
committerLen Brown <len.brown@intel.com>2006-06-27 00:01:06 -0400
commit6468463abd7051fcc29f3ee7c931f9bbbb26f5a4 (patch)
treed18eae04fe6c8f7d257077cc6056cd9c6f424e0d /drivers/acpi/fan.c
parentcece92969762b8ed7930d4e23008b76b06411dee (diff)
downloadop-kernel-dev-6468463abd7051fcc29f3ee7c931f9bbbb26f5a4.zip
op-kernel-dev-6468463abd7051fcc29f3ee7c931f9bbbb26f5a4.tar.gz
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/fan.c')
-rw-r--r--drivers/acpi/fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c
index c1d4705..65bdcde 100644
--- a/drivers/acpi/fan.c
+++ b/drivers/acpi/fan.c
@@ -203,7 +203,7 @@ static int acpi_fan_add(struct acpi_device *device)
result = acpi_bus_get_power(fan->handle, &state);
if (result) {
- ACPI_ERROR((AE_INFO, "Reading power state"));
+ printk(KERN_ERR PREFIX "Reading power state\n");
goto end;
}
OpenPOWER on IntegriCloud