diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:17 -0400 |
commit | bf891bd65de65284f3964216fcde493dba5149db (patch) | |
tree | 082056dd77fa9599034424c46ef8a67f93565e89 /drivers/acpi/thermal.c | |
parent | de59e3aa6eda7fc7cd6c717f084930f6a841b602 (diff) | |
parent | 9c576ff1bc9ab42d06457e68e39c121481138562 (diff) |
Pull trivial2 into release branch
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 a29af58cb4c..f003763de7b 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); |