Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363680
b: refs/heads/master
c: f5d43b7
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 5466673 commit 2de6f60
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: 61603af326d872014d1106141dbf5211c7963cd3
refs/heads/master: f5d43b7a51af16977b260c05435d61fc653f584a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ti-soc-thermal/ti-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static int ti_bandgap_update_alert_threshold(struct ti_bandgap *bgp, int id,
else
t_cold = val;

if (t_cold < t_hot) {
if (t_cold > t_hot) {
if (hot)
err = ti_bandgap_add_hyst(bgp, t_hot,
-ts_data->hyst_val,
Expand Down

0 comments on commit 2de6f60

Please sign in to comment.