diff options
Diffstat (limited to 'drivers/acpi/fan.c')
-rw-r--r-- | drivers/acpi/fan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c index c1d470557b9f..65bdcde2c4e3 100644 --- a/drivers/acpi/fan.c +++ b/drivers/acpi/fan.c | |||
@@ -203,7 +203,7 @@ static int acpi_fan_add(struct acpi_device *device) | |||
203 | 203 | ||
204 | result = acpi_bus_get_power(fan->handle, &state); | 204 | result = acpi_bus_get_power(fan->handle, &state); |
205 | if (result) { | 205 | if (result) { |
206 | ACPI_ERROR((AE_INFO, "Reading power state")); | 206 | printk(KERN_ERR PREFIX "Reading power state\n"); |
207 | goto end; | 207 | goto end; |
208 | } | 208 | } |
209 | 209 | ||