aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/fan.c
diff options
context:
space:
mode:
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 e297a480e135..6322db64b4a4 100644
--- a/drivers/acpi/fan.c
+++ b/drivers/acpi/fan.c
@@ -339,7 +339,7 @@ static int acpi_fan_probe(struct platform_device *pdev)
339 } else { 339 } else {
340 result = acpi_device_update_power(device, NULL); 340 result = acpi_device_update_power(device, NULL);
341 if (result) { 341 if (result) {
342 dev_err(&device->dev, "Setting initial power state\n"); 342 dev_err(&device->dev, "Failed to set initial power state\n");
343 goto end; 343 goto end;
344 } 344 }
345 } 345 }