Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363682
b: refs/heads/master
c: d52361c
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent b2a1ea6 commit 76eb768
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: 0fb3c244fe506d1c0e6138890685c1d5e8cd29e2
refs/heads/master: d52361c6bd05488f8da3f4ac328b1f8df1701e96
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 @@ -511,7 +511,7 @@ static int _ti_bandgap_write_threshold(struct ti_bandgap *bgp, int id, int val,
goto exit;

spin_lock(&bgp->lock);
ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot);
ret = ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot);
spin_unlock(&bgp->lock);

exit:
Expand Down

0 comments on commit 76eb768

Please sign in to comment.