diff options
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index a29af58cb4cd..f003763de7bb 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -1343,7 +1343,7 @@ static int acpi_thermal_add(struct acpi_device *device) | |||
1343 | 1343 | ||
1344 | result = acpi_thermal_add_fs(device); | 1344 | result = acpi_thermal_add_fs(device); |
1345 | if (result) | 1345 | if (result) |
1346 | return_VALUE(result); | 1346 | goto end; |
1347 | 1347 | ||
1348 | init_timer(&tz->timer); | 1348 | init_timer(&tz->timer); |
1349 | 1349 | ||