Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75629
b: refs/heads/master
c: 80c002d
h: refs/heads/master
i:
  75627: 11aaf4f
v: v3
  • Loading branch information
David Fries authored and Linus Torvalds committed Jan 22, 2008
1 parent 20dbe9f commit 757bd82
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: 941ed3b53086697eac7449f3ab5d2c5ab3259de2
refs/heads/master: 80c002ddd2e732062e4371314d40515d0b5d8415
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 @@ -204,7 +204,7 @@ static ssize_t w1_therm_read_bin(struct kobject *kobj,

crc = w1_calc_crc8(rom, 8);

if (rom[8] == crc && rom[0])
if (rom[8] == crc)
verdict = 1;
}
}
Expand Down

0 comments on commit 757bd82

Please sign in to comment.