Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189188
b: refs/heads/master
c: 4d7a564
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Jean Delvare committed Mar 29, 2010
1 parent 9469934 commit 5106231
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: fcc6a7462ec8d8a7d63ec59559e91f8fd6991160
refs/heads/master: 4d7a5644e4adfafe76c2bd8ee168e3f3b5dae3a8
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/coretemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static int __devinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *
if (err) {
dev_warn(dev,
"Unable to access MSR 0xEE, for Tjmax, left"
" at default");
" at default\n");
} else if (eax & 0x40000000) {
tjmax = tjmax_ee;
}
Expand Down

0 comments on commit 5106231

Please sign in to comment.