Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361579
b: refs/heads/master
c: 043e465
h: refs/heads/master
i:
  361577: 4628d7f
  361575: 3d49f2d
v: v3
  • Loading branch information
Devendra Naga authored and Zhang Rui committed Mar 11, 2013
1 parent 0e446b6 commit c9169ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb84d9907f0ff0e3f7d70d55039ddf0f78d2a472
refs/heads/master: 043e4652bf3378883e7c0db38fa47fa8e2558f9c
2 changes: 1 addition & 1 deletion trunk/drivers/thermal/exynos_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static int exynos_register_thermal(struct thermal_sensor_conf *sensor_conf)

if (IS_ERR(th_zone->therm_dev)) {
pr_err("Failed to register thermal zone device\n");
ret = -EINVAL;
ret = PTR_ERR(th_zone->therm_dev);
goto err_unregister;
}
th_zone->mode = THERMAL_DEVICE_ENABLED;
Expand Down

0 comments on commit c9169ba

Please sign in to comment.