Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75628
b: refs/heads/master
c: 941ed3b
h: refs/heads/master
v: v3
  • Loading branch information
David Fries authored and Linus Torvalds committed Jan 22, 2008
1 parent 11aaf4f commit 20dbe9f
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: d384e35a25445bb60457b7dab8cffe178c6b7ecb
refs/heads/master: 941ed3b53086697eac7449f3ab5d2c5ab3259de2
2 changes: 1 addition & 1 deletion trunk/drivers/w1/slaves/w1_therm.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static struct w1_therm_family_converter w1_therm_families[] = {

static inline int w1_DS18B20_convert_temp(u8 rom[9])
{
int t = (rom[1] << 8) | rom[0];
s16 t = (rom[1] << 8) | rom[0];
t /= 16;
return t;
}
Expand Down

0 comments on commit 20dbe9f

Please sign in to comment.