Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5055
b: refs/heads/master
c: 68acc05
h: refs/heads/master
i:
  5053: 58e6376
  5051: 3098b0c
  5047: 2c692d2
  5039: fbb19b1
  5023: 1a411b8
  4991: 2971e93
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent 9975d62 commit ffe914b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fdde86ac50357b6a811e3574e47d189e81a21444
refs/heads/master: 68acc05d0120e19c850e1f347ee96055f5aa032f
4 changes: 2 additions & 2 deletions trunk/drivers/char/watchdog/pcwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static int pcwd_get_status(int *status)
*status |= WDIOF_OVERHEAT;
if (temp_panic) {
printk (KERN_INFO PFX "Temperature overheat trip!\n");
machine_power_off();
kernel_power_off();
}
}
} else {
Expand All @@ -355,7 +355,7 @@ static int pcwd_get_status(int *status)
*status |= WDIOF_OVERHEAT;
if (temp_panic) {
printk (KERN_INFO PFX "Temperature overheat trip!\n");
machine_power_off();
kernel_power_off();
}
}
}
Expand Down

0 comments on commit ffe914b

Please sign in to comment.