summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
diff options
context:
space:
mode:
authorLen Brown2006-06-16 03:31:17 +0200
committerLen Brown2006-06-16 03:31:17 +0200
commitbf891bd65de65284f3964216fcde493dba5149db (patch)
tree082056dd77fa9599034424c46ef8a67f93565e89 /drivers/acpi/thermal.c
parentPull video into release branch (diff)
parentACPI add ia64 exports to build acpi_memhotplug as a module (diff)
downloadkernel-qcow2-linux-bf891bd65de65284f3964216fcde493dba5149db.tar.gz
kernel-qcow2-linux-bf891bd65de65284f3964216fcde493dba5149db.tar.xz
kernel-qcow2-linux-bf891bd65de65284f3964216fcde493dba5149db.zip
Pull trivial2 into release branch
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r--drivers/acpi/thermal.c2
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)
result = acpi_thermal_add_fs(device);
if (result)
- return_VALUE(result);
+ goto end;
init_timer(&tz->timer);